#981E4D

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

Shades of Lipstick #981E4D

Tints of Lipstick #981E4D

Color information

#981E4D (or 0x981E4D) is unknown color: approx Lipstick. HEX triplet: 98, 1E and 4D. RGB value is (152,30,77). Sum of RGB (Red+Green+Blue) = 152+30+77=259 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.69% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 77 (30.47% from 255 or 29.73% from 259); Max value from RGB is 152 - color contains mainly: red. Hex color #981E4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981E4D is #67E1B2. Grayscale: #474747. Windows color (decimal): -6807987 or 5054104. OLE color: 5054104.

HSL color Cylindrical-coordinate representation of color #981E4D: hue angle of 336.89º 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 #981E4D is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.40.

Color convert

RGB1523077-
CMYK00.800.490.40
HSL336.89º67.03%35.69%-
HSV(B)336.89º80.26%59.61%-
XYZ14.758.147.81-
YUV71.84130.92185.18-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.69%
GREEN value IS 30 (12.11% from 255) = 11.58%
BLUE value IS 77 (30.47% from 255) = 29.73%
R=58.69%
G=11.58%
B=29.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.49
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152307700.800.490.40336.8967.0335.69
Hex981E4D05031281514324
Octal230361150120615052110344
Binary10011000111101001101010100001100011010001010100011000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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