#981E4C

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

Shades of Lipstick #981E4C

Tints of Lipstick #981E4C

Color information

#981E4C (or 0x981E4C) is unknown color: approx Lipstick. HEX triplet: 98, 1E and 4C. RGB value is (152,30,76). Sum of RGB (Red+Green+Blue) = 152+30+76=258 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.91% from 258); Green value is 30 (12.11% from 255 or 11.63% from 258); Blue value is 76 (30.08% from 255 or 29.46% from 258); Max value from RGB is 152 - color contains mainly: red. Hex color #981E4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #981E4C is #67E1B3. Grayscale: #474747. Windows color (decimal): -6807988 or 4988568. OLE color: 4988568.

HSL color Cylindrical-coordinate representation of color #981E4C: hue angle of 337.38º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #981E4C is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.40.

Color convert

RGB1523076-
CMYK00.800.500.40
HSL337.38º67.03%35.69%-
HSV(B)337.38º80.26%59.61%-
XYZ14.728.137.63-
YUV71.72130.42185.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.91%
GREEN value IS 30 (12.11% from 255) = 11.63%
BLUE value IS 76 (30.08% from 255) = 29.46%
R=58.91%
G=11.63%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.50
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152307600.800.500.40337.3867.0335.69
Hex981E4C05032281514324
Octal230361140120625052110344
Binary10011000111101001100010100001100101010001010100011000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981E4C; }

 p { color: rgb(152,30,76); }

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

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

 a { background-color: rgb(152,30,76); }

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

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

 span { border-color: rgb(152,30,76); }

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