#962A4B

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

Shades of Lipstick #962A4B

Tints of Lipstick #962A4B

Color information

#962A4B (or 0x962A4B) is unknown color: approx Lipstick. HEX triplet: 96, 2A and 4B. RGB value is (150,42,75). Sum of RGB (Red+Green+Blue) = 150+42+75=267 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.18% from 267); Green value is 42 (16.80% from 255 or 15.73% from 267); Blue value is 75 (29.69% from 255 or 28.09% from 267); Max value from RGB is 150 - color contains mainly: red. Hex color #962A4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962A4B is #69D5B4. Grayscale: #4E4E4E. Windows color (decimal): -6935989 or 4926102. OLE color: 4926102.

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

Color convert

RGB1504275-
CMYK00.720.50.41
HSL341.67º56.25%37.65%-
HSV(B)341.67º72%58.82%-
XYZ14.688.657.55-
YUV78.05126.28179.32-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 56.18%
GREEN value IS 42 (16.80% from 255) = 15.73%
BLUE value IS 75 (29.69% from 255) = 28.09%
R=56.18%
G=15.73%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.5
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150427500.720.50.41341.6756.2537.65
Hex962A4B04832291563826
Octal22652113011062515267046
Binary10010110101010100101101001000110010101001101010110111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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