#96244E

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

Shades of Lipstick #96244E

Tints of Lipstick #96244E

Color information

#96244E (or 0x96244E) is unknown color: approx Lipstick. HEX triplet: 96, 24 and 4E. RGB value is (150,36,78). Sum of RGB (Red+Green+Blue) = 150+36+78=264 (34% of max value = 765). Red value is 150 (58.98% from 255 or 56.82% from 264); Green value is 36 (14.45% from 255 or 13.64% from 264); Blue value is 78 (30.86% from 255 or 29.55% from 264); Max value from RGB is 150 - color contains mainly: red. Hex color #96244E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96244E is #69DBB1. Grayscale: #4A4A4A. Windows color (decimal): -6937522 or 5121174. OLE color: 5121174.

HSL color Cylindrical-coordinate representation of color #96244E: hue angle of 337.89º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #96244E is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB1503678-
CMYK00.760.480.41
HSL337.89º61.29%36.47%-
HSV(B)337.89º76%58.82%-
XYZ14.588.38.04-
YUV74.87129.77181.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.82%
GREEN value IS 36 (14.45% from 255) = 13.64%
BLUE value IS 78 (30.86% from 255) = 29.55%
R=56.82%
G=13.64%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150367800.760.480.41337.8961.2936.47
Hex96244E04C30291523d24
Octal22644116011460515227544
Binary10010110100100100111001001100110000101001101010010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96244E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96244E; }

 p { color: rgb(150,36,78); }

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

<style>
 a { background-color: #96244E; }

 a { background-color: rgb(150,36,78); }

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

<style>
 span { border-color: #96244E; }

 span { border-color: rgb(150,36,78); }

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