#96306D

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

Shades of Lipstick #96306D

Tints of Lipstick #96306D

Color information

#96306D (or 0x96306D) is unknown color: approx Lipstick. HEX triplet: 96, 30 and 6D. RGB value is (150,48,109). Sum of RGB (Red+Green+Blue) = 150+48+109=307 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.86% from 307); Green value is 48 (19.14% from 255 or 15.64% from 307); Blue value is 109 (42.97% from 255 or 35.50% from 307); Max value from RGB is 150 - color contains mainly: red. Hex color #96306D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96306D is #69CF92. Grayscale: #555555. Windows color (decimal): -6934419 or 7155862. OLE color: 7155862.

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

Color convert

RGB15048109-
CMYK00.680.270.41
HSL324.12º51.52%38.82%-
HSV(B)324.12º68%58.82%-
XYZ16.399.715.48-
YUV85.45141.29174.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.86%
GREEN value IS 48 (19.14% from 255) = 15.64%
BLUE value IS 109 (42.97% from 255) = 35.50%
R=48.86%
G=15.64%
B=35.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.27
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1504810900.680.270.41324.1251.5238.82
Hex96306D0441B291443427
Octal22660155010433515046447
Binary1001011011000011011010100010011011101001101000100110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96306D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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