#9D204A

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

Shades of Lipstick #9D204A

Tints of Lipstick #9D204A

Color information

#9D204A (or 0x9D204A) is unknown color: approx Lipstick. HEX triplet: 9D, 20 and 4A. RGB value is (157,32,74). Sum of RGB (Red+Green+Blue) = 157+32+74=263 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.70% from 263); Green value is 32 (12.89% from 255 or 12.17% from 263); Blue value is 74 (29.30% from 255 or 28.14% from 263); Max value from RGB is 157 - color contains mainly: red. Hex color #9D204A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D204A is #62DFB5. Grayscale: #4A4A4A. Windows color (decimal): -6479798 or 4858013. OLE color: 4858013.

HSL color Cylindrical-coordinate representation of color #9D204A: hue angle of 339.84º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9D204A is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB1573274-
CMYK00.800.530.38
HSL339.84º66.14%37.06%-
HSV(B)339.84º79.62%61.57%-
XYZ15.668.77.33-
YUV74.16127.91187.08-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 59.70%
GREEN value IS 32 (12.89% from 255) = 12.17%
BLUE value IS 74 (29.30% from 255) = 28.14%
R=59.70%
G=12.17%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157327400.800.530.38339.8466.1437.06
Hex9D204A05035261544225
Octal235401120120654652410245
Binary100111011000001001010010100001101011001101010101001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D204A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D204A; }

 p { color: rgb(157,32,74); }

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

<style>
 a { background-color: #9D204A; }

 a { background-color: rgb(157,32,74); }

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

<style>
 span { border-color: #9D204A; }

 span { border-color: rgb(157,32,74); }

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