#962C4F

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

Shades of Lipstick #962C4F

Tints of Lipstick #962C4F

Color information

#962C4F (or 0x962C4F) is unknown color: approx Lipstick. HEX triplet: 96, 2C and 4F. RGB value is (150,44,79). Sum of RGB (Red+Green+Blue) = 150+44+79=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 44 (17.58% from 255 or 16.12% from 273); Blue value is 79 (31.25% from 255 or 28.94% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #962C4F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962C4F is #69D3B0. Grayscale: #4F4F4F. Windows color (decimal): -6935473 or 5188758. OLE color: 5188758.

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

Color convert

RGB1504479-
CMYK00.710.470.41
HSL340.19º54.64%38.04%-
HSV(B)340.19º70.67%58.82%-
XYZ14.898.858.32-
YUV79.68127.62178.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 54.95%
GREEN value IS 44 (17.58% from 255) = 16.12%
BLUE value IS 79 (31.25% from 255) = 28.94%
R=54.95%
G=16.12%
B=28.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.47
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150447900.710.470.41340.1954.6438.04
Hex962C4F0472F291543726
Octal22654117010757515246746
Binary10010110101100100111101000111101111101001101010100110111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962C4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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