#981C4F

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

Shades of Lipstick #981C4F

Tints of Lipstick #981C4F

Color information

#981C4F (or 0x981C4F) is unknown color: approx Lipstick. HEX triplet: 98, 1C and 4F. RGB value is (152,28,79). Sum of RGB (Red+Green+Blue) = 152+28+79=259 (34% of max value = 765). Red value is 152 (59.77% from 255 or 58.69% from 259); Green value is 28 (11.33% from 255 or 10.81% from 259); Blue value is 79 (31.25% from 255 or 30.50% from 259); Max value from RGB is 152 - color contains mainly: red. Hex color #981C4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981C4F is #67E3B0. Grayscale: #464646. Windows color (decimal): -6808497 or 5184664. OLE color: 5184664.

HSL color Cylindrical-coordinate representation of color #981C4F: hue angle of 335.32º degrees, saturation: 0.69, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #981C4F is Cyan = 0, Magento = 0.82, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB1522879-
CMYK00.820.480.40
HSL335.32º68.89%35.29%-
HSV(B)335.32º81.58%59.61%-
XYZ14.788.078.18-
YUV70.89132.58185.85-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 58.69%
GREEN value IS 28 (11.33% from 255) = 10.81%
BLUE value IS 79 (31.25% from 255) = 30.50%
R=58.69%
G=10.81%
B=30.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152287900.820.480.40335.3268.8935.29
Hex981C4F052302814f4523
Octal230341170122605051710543
Binary10011000111001001111010100101100001010001010011111000101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,28,79); }

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

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

 a { background-color: rgb(152,28,79); }

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

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

 span { border-color: rgb(152,28,79); }

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