#982744

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

Shades of Lipstick #982744

Tints of Lipstick #982744

Color information

#982744 (or 0x982744) is unknown color: approx Lipstick. HEX triplet: 98, 27 and 44. RGB value is (152,39,68). Sum of RGB (Red+Green+Blue) = 152+39+68=259 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.69% from 259); Green value is 39 (15.62% from 255 or 15.06% from 259); Blue value is 68 (26.95% from 255 or 26.25% from 259); Max value from RGB is 152 - color contains mainly: red. Hex color #982744 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #982744 is #67D8BB. Grayscale: #4C4C4C. Windows color (decimal): -6805692 or 4466584. OLE color: 4466584.

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

Color convert

RGB1523968-
CMYK00.740.550.40
HSL344.6º59.16%37.45%-
HSV(B)344.6º74.34%59.61%-
XYZ14.728.546.34-
YUV76.09123.44182.14-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.69%
GREEN value IS 39 (15.62% from 255) = 15.06%
BLUE value IS 68 (26.95% from 255) = 26.25%
R=58.69%
G=15.06%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152396800.740.550.40344.659.1637.45
Hex98274404A37281593b25
Octal23047104011267505317345
Binary10011000100111100010001001010110111101000101011001111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982744; }

 p { color: rgb(152,39,68); }

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

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

 a { background-color: rgb(152,39,68); }

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

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

 span { border-color: rgb(152,39,68); }

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