#962F4E

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

Shades of Lipstick #962F4E

Tints of Lipstick #962F4E

Color information

#962F4E (or 0x962F4E) is unknown color: approx Lipstick. HEX triplet: 96, 2F and 4E. RGB value is (150,47,78). Sum of RGB (Red+Green+Blue) = 150+47+78=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 47 (18.75% from 255 or 17.09% from 275); Blue value is 78 (30.86% from 255 or 28.36% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #962F4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962F4E is #69D0B1. Grayscale: #515151. Windows color (decimal): -6934706 or 5123990. OLE color: 5123990.

HSL color Cylindrical-coordinate representation of color #962F4E: hue angle of 341.94º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #962F4E is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.41.

Color convert

RGB1504778-
CMYK00.690.480.41
HSL341.94º52.28%38.63%-
HSV(B)341.94º68.67%58.82%-
XYZ14.979.078.17-
YUV81.33126.12176.98-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.55%
GREEN value IS 47 (18.75% from 255) = 17.09%
BLUE value IS 78 (30.86% from 255) = 28.36%
R=54.55%
G=17.09%
B=28.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150477800.690.480.41341.9452.2838.63
Hex962F4E04530291563427
Octal22657116010560515266447
Binary10010110101111100111001000101110000101001101010110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,47,78); }

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

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

 a { background-color: rgb(150,47,78); }

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

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

 span { border-color: rgb(150,47,78); }

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