#962352

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

Shades of Lipstick #962352

Tints of Lipstick #962352

Color information

#962352 (or 0x962352) is unknown color: approx Lipstick. HEX triplet: 96, 23 and 52. RGB value is (150,35,82). Sum of RGB (Red+Green+Blue) = 150+35+82=267 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.18% from 267); Green value is 35 (14.06% from 255 or 13.11% from 267); Blue value is 82 (32.42% from 255 or 30.71% from 267); Max value from RGB is 150 - color contains mainly: red. Hex color #962352 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962352 is #69DCAD. Grayscale: #4A4A4A. Windows color (decimal): -6937774 or 5383062. OLE color: 5383062.

HSL color Cylindrical-coordinate representation of color #962352: hue angle of 335.48º degrees, saturation: 0.62, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #962352 is Cyan = 0, Magento = 0.77, Yellow = 0.45 and Black (K on CMYK) = 0.41.

Color convert

RGB1503582-
CMYK00.770.450.41
HSL335.48º62.16%36.27%-
HSV(B)335.48º76.67%58.82%-
XYZ14.78.38.81-
YUV74.74132.1181.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.18%
GREEN value IS 35 (14.06% from 255) = 13.11%
BLUE value IS 82 (32.42% from 255) = 30.71%
R=56.18%
G=13.11%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.45
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150358200.770.450.41335.4862.1636.27
Hex96235204D2D2914f3e24
Octal22643122011555515177644
Binary10010110100011101001001001101101101101001101001111111110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #962352; }

 p { color: rgb(150,35,82); }

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

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

 a { background-color: rgb(150,35,82); }

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

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

 span { border-color: rgb(150,35,82); }

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