#981E4E

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

Shades of Lipstick #981E4E

Tints of Lipstick #981E4E

Color information

#981E4E (or 0x981E4E) is unknown color: approx Lipstick. HEX triplet: 98, 1E and 4E. RGB value is (152,30,78). Sum of RGB (Red+Green+Blue) = 152+30+78=260 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.46% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 78 (30.86% from 255 or 30% from 260); Max value from RGB is 152 - color contains mainly: red. Hex color #981E4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981E4E is #67E1B1. Grayscale: #474747. Windows color (decimal): -6807986 or 5119640. OLE color: 5119640.

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

Color convert

RGB1523078-
CMYK00.800.490.40
HSL336.39º67.03%35.69%-
HSV(B)336.39º80.26%59.61%-
XYZ14.798.158-
YUV71.95131.42185.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.46%
GREEN value IS 30 (12.11% from 255) = 11.54%
BLUE value IS 78 (30.86% from 255) = 30%
R=58.46%
G=11.54%
B=30%

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
Decimal152307800.800.490.40336.3967.0335.69
Hex981E4E05031281504324
Octal230361160120615052010344
Binary10011000111101001110010100001100011010001010100001000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981E4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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