#96215c

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

Shades of Lipstick #96215C

Tints of Lipstick #96215C

Color information

#96215C (or 0x96215C) is unknown color: approx Lipstick. HEX triplet: 96, 21 and 5C. RGB value is (150,33,92). Sum of RGB (Red+Green+Blue) = 150+33+92=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 33 (13.28% from 255 or 12% from 275); Blue value is 92 (36.33% from 255 or 33.45% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #96215C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96215C is #69DEA3. Grayscale: #4A4A4A. Windows color (decimal): -6938276 or 6037910. OLE color: 6037910.

HSL color Cylindrical-coordinate representation of color #96215C: hue angle of 329.74º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #96215C is Cyan = 0, Magento = 0.78, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB1503392-
CMYK00.780.390.41
HSL329.74º63.93%35.88%-
HSV(B)329.74º78%58.82%-
XYZ15.058.3410.94-
YUV74.71137.76181.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.55%
GREEN value IS 33 (13.28% from 255) = 12%
BLUE value IS 92 (36.33% from 255) = 33.45%
R=54.55%
G=12%
B=33.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150339200.780.390.41329.7463.9335.88
Hex96215C04E272914a4024
Octal226411340116475151210044
Binary100101101000011011100010011101001111010011010010101000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96215c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96215c; }

 p { color: rgb(150,33,92); }

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

<style>
 a { background-color: #96215c; }

 a { background-color: rgb(150,33,92); }

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

<style>
 span { border-color: #96215c; }

 span { border-color: rgb(150,33,92); }

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