#9D2442

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

Shades of Lipstick #9D2442

Tints of Lipstick #9D2442

Color information

#9D2442 (or 0x9D2442) is unknown color: approx Lipstick. HEX triplet: 9D, 24 and 42. RGB value is (157,36,66). Sum of RGB (Red+Green+Blue) = 157+36+66=259 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.62% from 259); Green value is 36 (14.45% from 255 or 13.90% from 259); Blue value is 66 (26.17% from 255 or 25.48% from 259); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2442 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2442 is #62DBBD. Grayscale: #4B4B4B. Windows color (decimal): -6478782 or 4334749. OLE color: 4334749.

HSL color Cylindrical-coordinate representation of color #9D2442: hue angle of 345.12º degrees, saturation: 0.63, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #9D2442 is Cyan = 0, Magento = 0.77, Yellow = 0.58 and Black (K on CMYK) = 0.38.

Color convert

RGB1573666-
CMYK00.770.580.38
HSL345.12º62.69%37.84%-
HSV(B)345.12º77.07%61.57%-
XYZ15.528.826.04-
YUV75.6122.59186.06-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 60.62%
GREEN value IS 36 (14.45% from 255) = 13.90%
BLUE value IS 66 (26.17% from 255) = 25.48%
R=60.62%
G=13.90%
B=25.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.58
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157366600.770.580.38345.1262.6937.84
Hex9D244204D3A261593f26
Octal23544102011572465317746
Binary10011101100100100001001001101111010100110101011001111111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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