#962D4A

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

Shades of Lipstick #962D4A

Tints of Lipstick #962D4A

Color information

#962D4A (or 0x962D4A) is unknown color: approx Lipstick. HEX triplet: 96, 2D and 4A. RGB value is (150,45,74). Sum of RGB (Red+Green+Blue) = 150+45+74=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 45 (17.97% from 255 or 16.73% from 269); Blue value is 74 (29.30% from 255 or 27.51% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #962D4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #962D4A is #69D2B5. Grayscale: #4F4F4F. Windows color (decimal): -6935222 or 4861334. OLE color: 4861334.

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

Color convert

RGB1504574-
CMYK00.700.510.41
HSL343.43º53.85%38.24%-
HSV(B)343.43º70%58.82%-
XYZ14.758.867.41-
YUV79.7124.79178.14-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.76%
GREEN value IS 45 (17.97% from 255) = 16.73%
BLUE value IS 74 (29.30% from 255) = 27.51%
R=55.76%
G=16.73%
B=27.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.51
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150457400.700.510.41343.4353.8538.24
Hex962D4A04633291573626
Octal22655112010663515276646
Binary10010110101101100101001000110110011101001101010111110110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962D4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,45,74); }

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

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

 a { background-color: rgb(150,45,74); }

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

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

 span { border-color: rgb(150,45,74); }

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