#96276A

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

Shades of Lipstick #96276A

Tints of Lipstick #96276A

Color information

#96276A (or 0x96276A) is unknown color: approx Lipstick. HEX triplet: 96, 27 and 6A. RGB value is (150,39,106). Sum of RGB (Red+Green+Blue) = 150+39+106=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 39 (15.62% from 255 or 13.22% from 295); Blue value is 106 (41.80% from 255 or 35.93% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #96276A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96276A is #69D895. Grayscale: #4F4F4F. Windows color (decimal): -6936726 or 6956950. OLE color: 6956950.

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

Color convert

RGB15039106-
CMYK00.740.290.41
HSL323.78º58.73%37.06%-
HSV(B)323.78º74%58.82%-
XYZ15.98.9814.53-
YUV79.83142.77178.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.85%
GREEN value IS 39 (15.62% from 255) = 13.22%
BLUE value IS 106 (41.80% from 255) = 35.93%
R=50.85%
G=13.22%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1503910600.740.290.41323.7858.7337.06
Hex96276A04A1D291443b25
Octal22647152011235515047345
Binary1001011010011111010100100101011101101001101000100111011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96276A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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