#96326B

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

Shades of Lipstick #96326B

Tints of Lipstick #96326B

Color information

#96326B (or 0x96326B) is unknown color: approx Lipstick. HEX triplet: 96, 32 and 6B. RGB value is (150,50,107). Sum of RGB (Red+Green+Blue) = 150+50+107=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 50 (19.92% from 255 or 16.29% from 307); Blue value is 107 (42.19% from 255 or 34.85% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #96326B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96326B is #69CD94. Grayscale: #565656. Windows color (decimal): -6933909 or 7025302. OLE color: 7025302.

HSL color Cylindrical-coordinate representation of color #96326B: hue angle of 325.8º 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 #96326B is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB15050107-
CMYK00.670.290.41
HSL325.8º50%39.22%-
HSV(B)325.8º66.67%58.82%-
XYZ16.379.8314.94-
YUV86.4139.63173.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.86%
GREEN value IS 50 (19.92% from 255) = 16.29%
BLUE value IS 107 (42.19% from 255) = 34.85%
R=48.86%
G=16.29%
B=34.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505010700.670.290.41325.85039.22
Hex96326B0431D291463227
Octal22662153010335515066247
Binary1001011011001011010110100001111101101001101000110110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96326B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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