#96336A

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

Shades of Lipstick #96336A

Tints of Lipstick #96336A

Color information

#96336A (or 0x96336A) is unknown color: approx Lipstick. HEX triplet: 96, 33 and 6A. RGB value is (150,51,106). Sum of RGB (Red+Green+Blue) = 150+51+106=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 51 (20.31% from 255 or 16.61% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #96336A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96336A is #69CC95. Grayscale: #565656. Windows color (decimal): -6933654 or 6960022. OLE color: 6960022.

HSL color Cylindrical-coordinate representation of color #96336A: hue angle of 326.67º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #96336A is Cyan = 0, Magento = 0.66, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB15051106-
CMYK00.660.290.41
HSL326.67º49.25%39.41%-
HSV(B)326.67º66%58.82%-
XYZ16.369.8914.68-
YUV86.87138.8173.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.86%
GREEN value IS 51 (20.31% from 255) = 16.61%
BLUE value IS 106 (41.80% from 255) = 34.53%
R=48.86%
G=16.61%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1505110600.660.290.41326.6749.2539.41
Hex96336A0421D291473127
Octal22663152010235515076147
Binary1001011011001111010100100001011101101001101000111110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96336A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96336A; }

 p { color: rgb(150,51,106); }

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

<style>
 a { background-color: #96336A; }

 a { background-color: rgb(150,51,106); }

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

<style>
 span { border-color: #96336A; }

 span { border-color: rgb(150,51,106); }

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