#982448

Color #982448 Lipstick (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Lipstick #982448

Tints of Lipstick #982448

Color information

#982448 (or 0x982448) is unknown color: approx Lipstick. HEX triplet: 98, 24 and 48. RGB value is (152,36,72). Sum of RGB (Red+Green+Blue) = 152+36+72=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 36 (14.45% from 255 or 13.85% from 260); Blue value is 72 (28.52% from 255 or 27.69% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #982448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982448 is #67DBB7. Grayscale: #4A4A4A. Windows color (decimal): -6806456 or 4727960. OLE color: 4727960.

HSL color Cylindrical-coordinate representation of color #982448: hue angle of 341.38º degrees, saturation: 0.62, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #982448 is Cyan = 0, Magento = 0.76, Yellow = 0.53 and Black (K on CMYK) = 0.40.

Color convert

RGB1523672-
CMYK00.760.530.40
HSL341.38º61.7%36.86%-
HSV(B)341.38º76.32%59.61%-
XYZ14.758.416.98-
YUV74.79126.43183.07-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 152 (59.77% from 255) = 58.46%
GREEN value IS 36 (14.45% from 255) = 13.85%
BLUE value IS 72 (28.52% from 255) = 27.69%
R=58.46%
G=13.85%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.53
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152367200.760.530.40341.3861.736.86
Hex98244804C35281553e25
Octal23044110011465505257645
Binary10011000100100100100001001100110101101000101010101111110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982448; }

 p { color: rgb(152,36,72); }

 H1.HeaderClassName
 {
   color: #982448;
 }
 .AnyTagClassName
 {
   color: #982448;
 }
</style>
background-color css

<style>
 a { background-color: #982448; }

 a { background-color: rgb(152,36,72); }

 div.DivClassName
 {
   background-color: #982448;
 }
 .BgClassName
 {
   background-color: #982448;
 }
</style>
border-color css

<style>
 span { border-color: #982448; }

 span { border-color: rgb(152,36,72); }

 td.TdClassName
 {
   border-color: #982448;
 }
 .TagClassName
 {
   border-color: #982448;
 }
</style>