#96214A

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

Shades of Lipstick #96214A

Tints of Lipstick #96214A

Color information

#96214A (or 0x96214A) is unknown color: approx Lipstick. HEX triplet: 96, 21 and 4A. RGB value is (150,33,74). Sum of RGB (Red+Green+Blue) = 150+33+74=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 33 (13.28% from 255 or 12.84% from 257); Blue value is 74 (29.30% from 255 or 28.79% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #96214A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #96214A is #69DEB5. Grayscale: #484848. Windows color (decimal): -6938294 or 4858262. OLE color: 4858262.

HSL color Cylindrical-coordinate representation of color #96214A: hue angle of 338.97º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #96214A is Cyan = 0, Magento = 0.78, Yellow = 0.51 and Black (K on CMYK) = 0.41.

Color convert

RGB1503374-
CMYK00.780.510.41
HSL338.97º63.93%35.88%-
HSV(B)338.97º78%58.82%-
XYZ14.368.077.28-
YUV72.66128.76183.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 58.37%
GREEN value IS 33 (13.28% from 255) = 12.84%
BLUE value IS 74 (29.30% from 255) = 28.79%
R=58.37%
G=12.84%
B=28.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150337400.780.510.41338.9763.9335.88
Hex96214A04E33291534024
Octal226411120116635152310044
Binary100101101000011001010010011101100111010011010100111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96214A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96214A; }

 p { color: rgb(150,33,74); }

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

<style>
 a { background-color: #96214A; }

 a { background-color: rgb(150,33,74); }

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

<style>
 span { border-color: #96214A; }

 span { border-color: rgb(150,33,74); }

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