#96344C

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

Shades of Lipstick #96344C

Tints of Lipstick #96344C

Color information

#96344C (or 0x96344C) is unknown color: approx Lipstick. HEX triplet: 96, 34 and 4C. RGB value is (150,52,76). Sum of RGB (Red+Green+Blue) = 150+52+76=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 52 (20.70% from 255 or 18.71% from 278); Blue value is 76 (30.08% from 255 or 27.34% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #96344C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96344C is #69CBB3. Grayscale: #545454. Windows color (decimal): -6933428 or 4994198. OLE color: 4994198.

HSL color Cylindrical-coordinate representation of color #96344C: hue angle of 345.31º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #96344C is Cyan = 0, Magento = 0.65, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB1505276-
CMYK00.650.490.41
HSL345.31º48.51%39.61%-
HSV(B)345.31º65.33%58.82%-
XYZ15.119.467.87-
YUV84.04123.47175.05-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 53.96%
GREEN value IS 52 (20.70% from 255) = 18.71%
BLUE value IS 76 (30.08% from 255) = 27.34%
R=53.96%
G=18.71%
B=27.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150527600.650.490.41345.3148.5139.61
Hex96344C04131291593128
Octal22664114010161515316150
Binary10010110110100100110001000001110001101001101011001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96344C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96344C; }

 p { color: rgb(150,52,76); }

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

<style>
 a { background-color: #96344C; }

 a { background-color: rgb(150,52,76); }

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

<style>
 span { border-color: #96344C; }

 span { border-color: rgb(150,52,76); }

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