#962A4E

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

Shades of Lipstick #962A4E

Tints of Lipstick #962A4E

Color information

#962A4E (or 0x962A4E) is unknown color: approx Lipstick. HEX triplet: 96, 2A and 4E. RGB value is (150,42,78). Sum of RGB (Red+Green+Blue) = 150+42+78=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 42 (16.80% from 255 or 15.56% from 270); Blue value is 78 (30.86% from 255 or 28.89% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #962A4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962A4E is #69D5B1. Grayscale: #4E4E4E. Windows color (decimal): -6935986 or 5122710. OLE color: 5122710.

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

Color convert

RGB1504278-
CMYK00.720.480.41
HSL340º56.25%37.65%-
HSV(B)340º72%58.82%-
XYZ14.788.698.11-
YUV78.4127.78179.07-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 55.56%
GREEN value IS 42 (16.80% from 255) = 15.56%
BLUE value IS 78 (30.86% from 255) = 28.89%
R=55.56%
G=15.56%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.48
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150427800.720.480.4134056.2537.65
Hex962A4E04830291543826
Octal22652116011060515247046
Binary10010110101010100111001001000110000101001101010100111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #962A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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