#9D2253

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

Shades of Lipstick #9D2253

Tints of Lipstick #9D2253

Color information

#9D2253 (or 0x9D2253) is unknown color: approx Lipstick. HEX triplet: 9D, 22 and 53. RGB value is (157,34,83). Sum of RGB (Red+Green+Blue) = 157+34+83=274 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.30% from 274); Green value is 34 (13.67% from 255 or 12.41% from 274); Blue value is 83 (32.81% from 255 or 30.29% from 274); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2253 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2253 is #62DDAC. Grayscale: #4C4C4C. Windows color (decimal): -6479277 or 5448349. OLE color: 5448349.

HSL color Cylindrical-coordinate representation of color #9D2253: hue angle of 336.1º 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 #9D2253 is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB1573483-
CMYK00.780.470.38
HSL336.1º64.4%37.45%-
HSV(B)336.1º78.34%61.57%-
XYZ16.048.949.06-
YUV76.36131.75185.52-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 57.30%
GREEN value IS 34 (13.67% from 255) = 12.41%
BLUE value IS 83 (32.81% from 255) = 30.29%
R=57.30%
G=12.41%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157348300.780.470.38336.164.437.45
Hex9D225304E2F261504025
Octal235421230116574652010045
Binary100111011000101010011010011101011111001101010100001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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