#96306A

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

Shades of Lipstick #96306A

Tints of Lipstick #96306A

Color information

#96306A (or 0x96306A) is unknown color: approx Lipstick. HEX triplet: 96, 30 and 6A. RGB value is (150,48,106). Sum of RGB (Red+Green+Blue) = 150+48+106=304 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.34% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 106 (41.80% from 255 or 34.87% from 304); Max value from RGB is 150 - color contains mainly: red. Hex color #96306A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96306A is #69CF95. Grayscale: #545454. Windows color (decimal): -6934422 or 6959254. OLE color: 6959254.

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

Color convert

RGB15048106-
CMYK00.680.290.41
HSL325.88º51.52%38.82%-
HSV(B)325.88º68%58.82%-
XYZ16.249.6414.64-
YUV85.11139.79174.28-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.34%
GREEN value IS 48 (19.14% from 255) = 15.79%
BLUE value IS 106 (41.80% from 255) = 34.87%
R=49.34%
G=15.79%
B=34.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504810600.680.290.41325.8851.5238.82
Hex96306A0441D291463427
Octal22660152010435515066447
Binary1001011011000011010100100010011101101001101000110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96306A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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