#9D2042

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

Shades of Lipstick #9D2042

Tints of Lipstick #9D2042

Color information

#9D2042 (or 0x9D2042) is unknown color: approx Lipstick. HEX triplet: 9D, 20 and 42. RGB value is (157,32,66). Sum of RGB (Red+Green+Blue) = 157+32+66=255 (33% of max value = 765). Red value is 157 (61.72% from 255 or 61.57% from 255); Green value is 32 (12.89% from 255 or 12.55% from 255); Blue value is 66 (26.17% from 255 or 25.88% from 255); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2042 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2042 is #62DFBD. Grayscale: #494949. Windows color (decimal): -6479806 or 4333725. OLE color: 4333725.

HSL color Cylindrical-coordinate representation of color #9D2042: hue angle of 343.68º 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 #9D2042 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB1573266-
CMYK00.800.580.38
HSL343.68º66.14%37.06%-
HSV(B)343.68º79.62%61.57%-
XYZ15.48.596-
YUV73.25123.91187.74-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 61.57%
GREEN value IS 32 (12.89% from 255) = 12.55%
BLUE value IS 66 (26.17% from 255) = 25.88%
R=61.57%
G=12.55%
B=25.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157326600.800.580.38343.6866.1437.06
Hex9D20420503A261584225
Octal235401020120724653010245
Binary100111011000001000010010100001110101001101010110001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2042

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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