#96184E

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

Shades of Lipstick #96184E

Tints of Lipstick #96184E

Color information

#96184E (or 0x96184E) is unknown color: approx Lipstick. HEX triplet: 96, 18 and 4E. RGB value is (150,24,78). Sum of RGB (Red+Green+Blue) = 150+24+78=252 (33% of max value = 765). Red value is 150 (58.98% from 255 or 59.52% from 252); Green value is 24 (9.77% from 255 or 9.52% from 252); Blue value is 78 (30.86% from 255 or 30.95% from 252); Max value from RGB is 150 - color contains mainly: red. Hex color #96184E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96184E is #69E7B1. Grayscale: #434343. Windows color (decimal): -6940594 or 5118102. OLE color: 5118102.

HSL color Cylindrical-coordinate representation of color #96184E: hue angle of 334.29º 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 #96184E is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB1502478-
CMYK00.840.480.41
HSL334.29º72.41%34.12%-
HSV(B)334.29º84%58.82%-
XYZ14.287.697.94-
YUV67.83133.74186.61-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 59.52%
GREEN value IS 24 (9.77% from 255) = 9.52%
BLUE value IS 78 (30.86% from 255) = 30.95%
R=59.52%
G=9.52%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150247800.840.480.41334.2972.4134.12
Hex96184E054302914e4822
Octal226301160124605151611042
Binary10010110110001001110010101001100001010011010011101001000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96184E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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