#9D2144

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

Shades of Lipstick #9D2144

Tints of Lipstick #9D2144

Color information

#9D2144 (or 0x9D2144) is unknown color: approx Lipstick. HEX triplet: 9D, 21 and 44. RGB value is (157,33,68). Sum of RGB (Red+Green+Blue) = 157+33+68=258 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.85% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 68 (26.95% from 255 or 26.36% from 258); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2144 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D2144 is #62DEBB. Grayscale: #4A4A4A. Windows color (decimal): -6479548 or 4465053. OLE color: 4465053.

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

Color convert

RGB1573368-
CMYK00.790.570.38
HSL343.06º65.26%37.25%-
HSV(B)343.06º78.98%61.57%-
XYZ15.498.676.33-
YUV74.07124.58187.15-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 60.85%
GREEN value IS 33 (13.28% from 255) = 12.79%
BLUE value IS 68 (26.95% from 255) = 26.36%
R=60.85%
G=12.79%
B=26.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157336800.790.570.38343.0665.2637.25
Hex9D214404F39261574125
Octal235411040117714652710145
Binary100111011000011000100010011111110011001101010101111000001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,33,68); }

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

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

 a { background-color: rgb(157,33,68); }

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

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

 span { border-color: rgb(157,33,68); }

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