#9D1549

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

Shades of Lipstick #9D1549

Tints of Lipstick #9D1549

Color information

#9D1549 (or 0x9D1549) is unknown color: approx Lipstick. HEX triplet: 9D, 15 and 49. RGB value is (157,21,73). Sum of RGB (Red+Green+Blue) = 157+21+73=251 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.55% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 73 (28.91% from 255 or 29.08% from 251); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1549 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9D1549 is #62EAB6. Grayscale: #434343. Windows color (decimal): -6482615 or 4789661. OLE color: 4789661.

HSL color Cylindrical-coordinate representation of color #9D1549: hue angle of 337.06º degrees, saturation: 0.76, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #9D1549 is Cyan = 0, Magento = 0.87, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB1572173-
CMYK00.870.540.38
HSL337.06º76.4%34.9%-
HSV(B)337.06º86.62%61.57%-
XYZ15.388.197.07-
YUV67.59131.06191.77-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 62.55%
GREEN value IS 21 (8.59% from 255) = 8.37%
BLUE value IS 73 (28.91% from 255) = 29.08%
R=62.55%
G=8.37%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157217300.870.540.38337.0676.434.9
Hex9D154905736261514c23
Octal235251110127664652111443
Binary10011101101011001001010101111101101001101010100011001100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,21,73); }

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

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

 a { background-color: rgb(157,21,73); }

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

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

 span { border-color: rgb(157,21,73); }

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