#96164B

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

Shades of Lipstick #96164B

Tints of Lipstick #96164B

Color information

#96164B (or 0x96164B) is unknown color: approx Lipstick. HEX triplet: 96, 16 and 4B. RGB value is (150,22,75). Sum of RGB (Red+Green+Blue) = 150+22+75=247 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.73% from 247); Green value is 22 (8.98% from 255 or 8.91% from 247); Blue value is 75 (29.69% from 255 or 30.36% from 247); Max value from RGB is 150 - color contains mainly: red. Hex color #96164B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96164B is #69E9B4. Grayscale: #424242. Windows color (decimal): -6941109 or 4920982. OLE color: 4920982.

HSL color Cylindrical-coordinate representation of color #96164B: hue angle of 335.16º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #96164B is Cyan = 0, Magento = 0.85, Yellow = 0.5 and Black (K on CMYK) = 0.41.

Color convert

RGB1502275-
CMYK00.850.50.41
HSL335.16º74.42%33.73%-
HSV(B)335.16º85.33%58.82%-
XYZ14.137.577.37-
YUV66.31132.91187.69-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 60.73%
GREEN value IS 22 (8.98% from 255) = 8.91%
BLUE value IS 75 (29.69% from 255) = 30.36%
R=60.73%
G=8.91%
B=30.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150227500.850.50.41335.1674.4233.73
Hex96164B055322914f4a22
Octal226261130125625151711242
Binary10010110101101001011010101011100101010011010011111001010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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