#96134B

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

Shades of Lipstick #96134B

Tints of Lipstick #96134B

Color information

#96134B (or 0x96134B) is unknown color: approx Lipstick. HEX triplet: 96, 13 and 4B. RGB value is (150,19,75). Sum of RGB (Red+Green+Blue) = 150+19+75=244 (32% of max value = 765). Red value is 150 (58.98% from 255 or 61.48% from 244); Green value is 19 (7.81% from 255 or 7.79% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 150 - color contains mainly: red. Hex color #96134B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #96134B is #69ECB4. Grayscale: #404040. Windows color (decimal): -6941877 or 4920214. OLE color: 4920214.

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

Color convert

RGB1501975-
CMYK00.870.50.41
HSL334.35º77.51%33.14%-
HSV(B)334.35º87.33%58.82%-
XYZ14.087.467.35-
YUV64.55133.9188.95-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 61.48%
GREEN value IS 19 (7.81% from 255) = 7.79%
BLUE value IS 75 (29.69% from 255) = 30.74%
R=61.48%
G=7.79%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150197500.870.50.41334.3577.5133.14
Hex96134B057322914e4e21
Octal226231130127625151611641
Binary10010110100111001011010101111100101010011010011101001110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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