#96224B

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

Shades of Lipstick #96224B

Tints of Lipstick #96224B

Color information

#96224B (or 0x96224B) is unknown color: approx Lipstick. HEX triplet: 96, 22 and 4B. RGB value is (150,34,75). Sum of RGB (Red+Green+Blue) = 150+34+75=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 34 (13.67% from 255 or 13.13% from 259); Blue value is 75 (29.69% from 255 or 28.96% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #96224B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96224B is #69DDB4. Grayscale: #494949. Windows color (decimal): -6938037 or 4924054. OLE color: 4924054.

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

Color convert

RGB1503475-
CMYK00.770.50.41
HSL338.79º63.04%36.08%-
HSV(B)338.79º77.33%58.82%-
XYZ14.428.147.47-
YUV73.36128.93182.67-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.92%
GREEN value IS 34 (13.67% from 255) = 13.13%
BLUE value IS 75 (29.69% from 255) = 28.96%
R=57.92%
G=13.13%
B=28.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150347500.770.50.41338.7963.0436.08
Hex96224B04D32291533f24
Octal22642113011562515237744
Binary10010110100010100101101001101110010101001101010011111111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96224B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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