#962F48

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

Shades of Lipstick #962F48

Tints of Lipstick #962F48

Color information

#962F48 (or 0x962F48) is unknown color: approx Lipstick. HEX triplet: 96, 2F and 48. RGB value is (150,47,72). Sum of RGB (Red+Green+Blue) = 150+47+72=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 47 (18.75% from 255 or 17.47% from 269); Blue value is 72 (28.52% from 255 or 26.77% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #962F48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962F48 is #69D0B7. Grayscale: #505050. Windows color (decimal): -6934712 or 4730774. OLE color: 4730774.

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

Color convert

RGB1504772-
CMYK00.690.520.41
HSL345.44º52.28%38.63%-
HSV(B)345.44º68.67%58.82%-
XYZ14.768.987.09-
YUV80.65123.12177.47-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.76%
GREEN value IS 47 (18.75% from 255) = 17.47%
BLUE value IS 72 (28.52% from 255) = 26.77%
R=55.76%
G=17.47%
B=26.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.52
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150477200.690.520.41345.4452.2838.63
Hex962F4804534291593427
Octal22657110010564515316447
Binary10010110101111100100001000101110100101001101011001110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962F48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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