#9D2847

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

Shades of Lipstick #9D2847

Tints of Lipstick #9D2847

Color information

#9D2847 (or 0x9D2847) is unknown color: approx Lipstick. HEX triplet: 9D, 28 and 47. RGB value is (157,40,71). Sum of RGB (Red+Green+Blue) = 157+40+71=268 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.58% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 71 (28.12% from 255 or 26.49% from 268); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2847 is #62D7B8. Grayscale: #4E4E4E. Windows color (decimal): -6477753 or 4663453. OLE color: 4663453.

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

Color convert

RGB1574071-
CMYK00.750.550.38
HSL344.1º59.39%38.63%-
HSV(B)344.1º74.52%61.57%-
XYZ15.89.146.89-
YUV78.52123.76183.98-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 58.58%
GREEN value IS 40 (16.02% from 255) = 14.93%
BLUE value IS 71 (28.12% from 255) = 26.49%
R=58.58%
G=14.93%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157407100.750.550.38344.159.3938.63
Hex9D284704B37261583b27
Octal23550107011367465307347
Binary10011101101000100011101001011110111100110101011000111011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2847

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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