#96325B

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

Shades of Lipstick #96325B

Tints of Lipstick #96325B

Color information

#96325B (or 0x96325B) is unknown color: approx Lipstick. HEX triplet: 96, 32 and 5B. RGB value is (150,50,91). Sum of RGB (Red+Green+Blue) = 150+50+91=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 50 (19.92% from 255 or 17.18% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #96325B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96325B is #69CDA4. Grayscale: #545454. Windows color (decimal): -6933925 or 5976726. OLE color: 5976726.

HSL color Cylindrical-coordinate representation of color #96325B: hue angle of 335.4º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #96325B is Cyan = 0, Magento = 0.67, Yellow = 0.39 and Black (K on CMYK) = 0.41.

Color convert

RGB1505091-
CMYK00.670.390.41
HSL335.4º50%39.22%-
HSV(B)335.4º66.67%58.82%-
XYZ15.619.5210.91-
YUV84.57131.63174.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.55%
GREEN value IS 50 (19.92% from 255) = 17.18%
BLUE value IS 91 (35.94% from 255) = 31.27%
R=51.55%
G=17.18%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.39
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150509100.670.390.41335.45039.22
Hex96325B043272914f3227
Octal22662133010347515176247
Binary10010110110010101101101000011100111101001101001111110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96325B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96325B; }

 p { color: rgb(150,50,91); }

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

<style>
 a { background-color: #96325B; }

 a { background-color: rgb(150,50,91); }

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

<style>
 span { border-color: #96325B; }

 span { border-color: rgb(150,50,91); }

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