#962A4C

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

Shades of Lipstick #962A4C

Tints of Lipstick #962A4C

Color information

#962A4C (or 0x962A4C) is unknown color: approx Lipstick. HEX triplet: 96, 2A and 4C. RGB value is (150,42,76). Sum of RGB (Red+Green+Blue) = 150+42+76=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 42 (16.80% from 255 or 15.67% from 268); Blue value is 76 (30.08% from 255 or 28.36% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #962A4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962A4C is #69D5B3. Grayscale: #4E4E4E. Windows color (decimal): -6935988 or 4991638. OLE color: 4991638.

HSL color Cylindrical-coordinate representation of color #962A4C: hue angle of 341.11º 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 #962A4C is Cyan = 0, Magento = 0.72, Yellow = 0.49 and Black (K on CMYK) = 0.41.

Color convert

RGB1504276-
CMYK00.720.490.41
HSL341.11º56.25%37.65%-
HSV(B)341.11º72%58.82%-
XYZ14.718.667.73-
YUV78.17126.78179.24-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.97%
GREEN value IS 42 (16.80% from 255) = 15.67%
BLUE value IS 76 (30.08% from 255) = 28.36%
R=55.97%
G=15.67%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.49
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150427600.720.490.41341.1156.2537.65
Hex962A4C04831291553826
Octal22652114011061515257046
Binary10010110101010100110001001000110001101001101010101111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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