#96304B

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

Shades of Lipstick #96304B

Tints of Lipstick #96304B

Color information

#96304B (or 0x96304B) is unknown color: approx Lipstick. HEX triplet: 96, 30 and 4B. RGB value is (150,48,75). Sum of RGB (Red+Green+Blue) = 150+48+75=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 48 (19.14% from 255 or 17.58% from 273); Blue value is 75 (29.69% from 255 or 27.47% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #96304B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96304B is #69CFB4. Grayscale: #515151. Windows color (decimal): -6934453 or 4927638. OLE color: 4927638.

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

Color convert

RGB1504875-
CMYK00.680.50.41
HSL344.12º51.52%38.82%-
HSV(B)344.12º68%58.82%-
XYZ14.99.117.63-
YUV81.58124.29176.8-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.95%
GREEN value IS 48 (19.14% from 255) = 17.58%
BLUE value IS 75 (29.69% from 255) = 27.47%
R=54.95%
G=17.58%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150487500.680.50.41344.1251.5238.82
Hex96304B04432291583427
Octal22660113010462515306447
Binary10010110110000100101101000100110010101001101011000110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96304B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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