#96306B

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

Shades of Lipstick #96306B

Tints of Lipstick #96306B

Color information

#96306B (or 0x96306B) is unknown color: approx Lipstick. HEX triplet: 96, 30 and 6B. RGB value is (150,48,107). Sum of RGB (Red+Green+Blue) = 150+48+107=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 107 (42.19% from 255 or 35.08% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #96306B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96306B is #69CF94. Grayscale: #555555. Windows color (decimal): -6934421 or 7024790. OLE color: 7024790.

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

Color convert

RGB15048107-
CMYK00.680.290.41
HSL325.29º51.52%38.82%-
HSV(B)325.29º68%58.82%-
XYZ16.299.6614.92-
YUV85.22140.29174.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.18%
GREEN value IS 48 (19.14% from 255) = 15.74%
BLUE value IS 107 (42.19% from 255) = 35.08%
R=49.18%
G=15.74%
B=35.08%

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
Decimal1504810700.680.290.41325.2951.5238.82
Hex96306B0441D291453427
Octal22660153010435515056447
Binary1001011011000011010110100010011101101001101000101110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96306B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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