#96184D

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

Shades of Lipstick #96184D

Tints of Lipstick #96184D

Color information

#96184D (or 0x96184D) is unknown color: approx Lipstick. HEX triplet: 96, 18 and 4D. RGB value is (150,24,77). Sum of RGB (Red+Green+Blue) = 150+24+77=251 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.76% from 251); Green value is 24 (9.77% from 255 or 9.56% from 251); Blue value is 77 (30.47% from 255 or 30.68% from 251); Max value from RGB is 150 - color contains mainly: red. Hex color #96184D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96184D is #69E7B2. Grayscale: #434343. Windows color (decimal): -6940595 or 5052566. OLE color: 5052566.

HSL color Cylindrical-coordinate representation of color #96184D: hue angle of 334.76º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #96184D is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB1502477-
CMYK00.840.490.41
HSL334.76º72.41%34.12%-
HSV(B)334.76º84%58.82%-
XYZ14.247.677.75-
YUV67.72133.24186.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.76%
GREEN value IS 24 (9.77% from 255) = 9.56%
BLUE value IS 77 (30.47% from 255) = 30.68%
R=59.76%
G=9.56%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150247700.840.490.41334.7672.4134.12
Hex96184D054312914f4822
Octal226301150124615151711042
Binary10010110110001001101010101001100011010011010011111001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96184D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96184D; }

 p { color: rgb(150,24,77); }

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

<style>
 a { background-color: #96184D; }

 a { background-color: rgb(150,24,77); }

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

<style>
 span { border-color: #96184D; }

 span { border-color: rgb(150,24,77); }

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