#962151

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

Shades of Lipstick #962151

Tints of Lipstick #962151

Color information

#962151 (or 0x962151) is unknown color: approx Lipstick. HEX triplet: 96, 21 and 51. RGB value is (150,33,81). Sum of RGB (Red+Green+Blue) = 150+33+81=264 (34% of max value = 765). Red value is 150 (58.98% from 255 or 56.82% from 264); Green value is 33 (13.28% from 255 or 12.5% from 264); Blue value is 81 (32.03% from 255 or 30.68% from 264); Max value from RGB is 150 - color contains mainly: red. Hex color #962151 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962151 is #69DEAE. Grayscale: #494949. Windows color (decimal): -6938287 or 5317014. OLE color: 5317014.

HSL color Cylindrical-coordinate representation of color #962151: hue angle of 335.38º 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 #962151 is Cyan = 0, Magento = 0.78, Yellow = 0.46 and Black (K on CMYK) = 0.41.

Color convert

RGB1503381-
CMYK00.780.460.41
HSL335.38º63.93%35.88%-
HSV(B)335.38º78%58.82%-
XYZ14.618.178.59-
YUV73.46132.26182.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.82%
GREEN value IS 33 (13.28% from 255) = 12.5%
BLUE value IS 81 (32.03% from 255) = 30.68%
R=56.82%
G=12.5%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.46
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150338100.780.460.41335.3863.9335.88
Hex96215104E2E2914f4024
Octal226411210116565151710044
Binary100101101000011010001010011101011101010011010011111000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962151; }

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

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

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

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

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

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

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

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