#9D1D47

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

Shades of Lipstick #9D1D47

Tints of Lipstick #9D1D47

Color information

#9D1D47 (or 0x9D1D47) is unknown color: approx Lipstick. HEX triplet: 9D, 1D and 47. RGB value is (157,29,71). Sum of RGB (Red+Green+Blue) = 157+29+71=257 (34% of max value = 765). Red value is 157 (61.72% from 255 or 61.09% from 257); Green value is 29 (11.72% from 255 or 11.28% from 257); Blue value is 71 (28.12% from 255 or 27.63% from 257); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1D47 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D1D47 is #62E2B8. Grayscale: #484848. Windows color (decimal): -6480569 or 4660637. OLE color: 4660637.

HSL color Cylindrical-coordinate representation of color #9D1D47: hue angle of 340.31º degrees, saturation: 0.69, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #9D1D47 is Cyan = 0, Magento = 0.82, Yellow = 0.55 and Black (K on CMYK) = 0.38.

Color convert

RGB1572971-
CMYK00.820.550.38
HSL340.31º68.82%36.47%-
HSV(B)340.31º81.53%61.57%-
XYZ15.488.56.79-
YUV72.06127.41188.58-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 61.09%
GREEN value IS 29 (11.72% from 255) = 11.28%
BLUE value IS 71 (28.12% from 255) = 27.63%
R=61.09%
G=11.28%
B=27.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157297100.820.550.38340.3168.8236.47
Hex9D1D4705237261544524
Octal235351070122674652410544
Binary10011101111011000111010100101101111001101010101001000101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1D47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,29,71); }

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

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

 a { background-color: rgb(157,29,71); }

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

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

 span { border-color: rgb(157,29,71); }

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