#96224C

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

Shades of Lipstick #96224C

Tints of Lipstick #96224C

Color information

#96224C (or 0x96224C) is unknown color: approx Lipstick. HEX triplet: 96, 22 and 4C. RGB value is (150,34,76). Sum of RGB (Red+Green+Blue) = 150+34+76=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 34 (13.67% from 255 or 13.08% from 260); Blue value is 76 (30.08% from 255 or 29.23% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #96224C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96224C is #69DDB3. Grayscale: #494949. Windows color (decimal): -6938036 or 4989590. OLE color: 4989590.

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

Color convert

RGB1503476-
CMYK00.770.490.41
HSL338.28º63.04%36.08%-
HSV(B)338.28º77.33%58.82%-
XYZ14.458.157.65-
YUV73.47129.43182.58-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.69%
GREEN value IS 34 (13.67% from 255) = 13.08%
BLUE value IS 76 (30.08% from 255) = 29.23%
R=57.69%
G=13.08%
B=29.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150347600.770.490.41338.2863.0436.08
Hex96224C04D31291523f24
Octal22642114011561515227744
Binary10010110100010100110001001101110001101001101010010111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96224C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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