#981f4e

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

Shades of Lipstick #981F4E

Tints of Lipstick #981F4E

Color information

#981F4E (or 0x981F4E) is unknown color: approx Lipstick. HEX triplet: 98, 1F and 4E. RGB value is (152,31,78). Sum of RGB (Red+Green+Blue) = 152+31+78=261 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.24% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 78 (30.86% from 255 or 29.89% from 261); Max value from RGB is 152 - color contains mainly: red. Hex color #981F4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981F4E is #67E0B1. Grayscale: #484848. Windows color (decimal): -6807730 or 5119896. OLE color: 5119896.

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

Color convert

RGB1523178-
CMYK00.800.490.40
HSL336.69º66.12%35.88%-
HSV(B)336.69º79.61%59.61%-
XYZ14.818.218.01-
YUV72.54131.09184.68-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.24%
GREEN value IS 31 (12.5% from 255) = 11.88%
BLUE value IS 78 (30.86% from 255) = 29.89%
R=58.24%
G=11.88%
B=29.89%

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
Decimal152317800.800.490.40336.6966.1235.88
Hex981F4E05031281514224
Octal230371160120615052110244
Binary10011000111111001110010100001100011010001010100011000010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981f4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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