#962d5d

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

Shades of Lipstick #962D5D

Tints of Lipstick #962D5D

Color information

#962D5D (or 0x962D5D) is unknown color: approx Lipstick. HEX triplet: 96, 2D and 5D. RGB value is (150,45,93). Sum of RGB (Red+Green+Blue) = 150+45+93=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #962D5D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962D5D is #69D2A2. Grayscale: #515151. Windows color (decimal): -6935203 or 6106518. OLE color: 6106518.

HSL color Cylindrical-coordinate representation of color #962D5D: hue angle of 332.57º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #962D5D is Cyan = 0, Magento = 0.70, Yellow = 0.38 and Black (K on CMYK) = 0.41.

Color convert

RGB1504593-
CMYK00.700.380.41
HSL332.57º53.85%38.24%-
HSV(B)332.57º70%58.82%-
XYZ15.499.1511.31-
YUV81.87134.29176.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 52.08%
GREEN value IS 45 (17.97% from 255) = 15.62%
BLUE value IS 93 (36.72% from 255) = 32.29%
R=52.08%
G=15.62%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.38
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150459300.700.380.41332.5753.8538.24
Hex962D5D046262914d3626
Octal22655135010646515156646
Binary10010110101101101110101000110100110101001101001101110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962d5d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962d5d; }

 p { color: rgb(150,45,93); }

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

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

 a { background-color: rgb(150,45,93); }

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

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

 span { border-color: rgb(150,45,93); }

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