#902F59

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

Shades of Lipstick #902F59

Tints of Lipstick #902F59

Color information

#902F59 (or 0x902F59) is unknown color: approx Lipstick. HEX triplet: 90, 2F and 59. RGB value is (144,47,89). Sum of RGB (Red+Green+Blue) = 144+47+89=280 (37% of max value = 765). Red value is 144 (56.64% from 255 or 51.43% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 144 - color contains mainly: red. Hex color #902F59 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #902F59 is #6FD0A6. Grayscale: #505050. Windows color (decimal): -7327911 or 5844880. OLE color: 5844880.

HSL color Cylindrical-coordinate representation of color #902F59: hue angle of 334.02º degrees, saturation: 0.51, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #902F59 is Cyan = 0, Magento = 0.67, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB1444789-
CMYK00.670.380.44
HSL334.02º50.79%37.45%-
HSV(B)334.02º67.36%56.47%-
XYZ14.328.6810.37-
YUV80.79132.64173.08-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 51.43%
GREEN value IS 47 (18.75% from 255) = 16.79%
BLUE value IS 89 (35.16% from 255) = 31.79%
R=51.43%
G=16.79%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144478900.670.380.44334.0250.7937.45
Hex902F59043262C14e3325
Octal22057131010346545166345
Binary10010000101111101100101000011100110101100101001110110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #902F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #902F59; }

 p { color: rgb(144,47,89); }

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

<style>
 a { background-color: #902F59; }

 a { background-color: rgb(144,47,89); }

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

<style>
 span { border-color: #902F59; }

 span { border-color: rgb(144,47,89); }

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