#962C45

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

Shades of Lipstick #962C45

Tints of Lipstick #962C45

Color information

#962C45 (or 0x962C45) is unknown color: approx Lipstick. HEX triplet: 96, 2C and 45. RGB value is (150,44,69). Sum of RGB (Red+Green+Blue) = 150+44+69=263 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.03% from 263); Green value is 44 (17.58% from 255 or 16.73% from 263); Blue value is 69 (27.34% from 255 or 26.24% from 263); Max value from RGB is 150 - color contains mainly: red. Hex color #962C45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962C45 is #69D3BA. Grayscale: #4E4E4E. Windows color (decimal): -6935483 or 4533398. OLE color: 4533398.

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

Color convert

RGB1504469-
CMYK00.710.540.41
HSL345.85º54.64%38.04%-
HSV(B)345.85º70.67%58.82%-
XYZ14.558.726.55-
YUV78.54122.62178.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 57.03%
GREEN value IS 44 (17.58% from 255) = 16.73%
BLUE value IS 69 (27.34% from 255) = 26.24%
R=57.03%
G=16.73%
B=26.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150446900.710.540.41345.8554.6438.04
Hex962C45047362915a3726
Octal22654105010766515326746
Binary10010110101100100010101000111110110101001101011010110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962C45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,44,69); }

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

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

 a { background-color: rgb(150,44,69); }

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

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

 span { border-color: rgb(150,44,69); }

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