#9D2246

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

Shades of Lipstick #9D2246

Tints of Lipstick #9D2246

Color information

#9D2246 (or 0x9D2246) is unknown color: approx Lipstick. HEX triplet: 9D, 22 and 46. RGB value is (157,34,70). Sum of RGB (Red+Green+Blue) = 157+34+70=261 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.15% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 70 (27.73% from 255 or 26.82% from 261); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2246 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2246 is #62DDB9. Grayscale: #4A4A4A. Windows color (decimal): -6479290 or 4596381. OLE color: 4596381.

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

Color convert

RGB1573470-
CMYK00.780.550.38
HSL342.44º64.4%37.45%-
HSV(B)342.44º78.34%61.57%-
XYZ15.588.756.66-
YUV74.88125.25186.57-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 60.15%
GREEN value IS 34 (13.67% from 255) = 13.03%
BLUE value IS 70 (27.73% from 255) = 26.82%
R=60.15%
G=13.03%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.55
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157347000.780.550.38342.4464.437.45
Hex9D224604E37261564025
Octal235421060116674652610045
Binary100111011000101000110010011101101111001101010101101000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,34,70); }

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

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

 a { background-color: rgb(157,34,70); }

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

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

 span { border-color: rgb(157,34,70); }

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