#9D2550

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

Shades of Lipstick #9D2550

Tints of Lipstick #9D2550

Color information

#9D2550 (or 0x9D2550) is unknown color: approx Lipstick. HEX triplet: 9D, 25 and 50. RGB value is (157,37,80). Sum of RGB (Red+Green+Blue) = 157+37+80=274 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.30% from 274); Green value is 37 (14.84% from 255 or 13.50% from 274); Blue value is 80 (31.64% from 255 or 29.20% from 274); Max value from RGB is 157 - color contains mainly: red. Hex color #9D2550 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D2550 is #62DAAF. Grayscale: #4D4D4D. Windows color (decimal): -6478512 or 5252509. OLE color: 5252509.

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

Color convert

RGB1573780-
CMYK00.760.490.38
HSL338.5º61.86%38.04%-
HSV(B)338.5º76.43%61.57%-
XYZ16.019.078.5-
YUV77.78129.26184.5-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 57.30%
GREEN value IS 37 (14.84% from 255) = 13.50%
BLUE value IS 80 (31.64% from 255) = 29.20%
R=57.30%
G=13.50%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157378000.760.490.38338.561.8638.04
Hex9D255004C31261523e26
Octal23545120011461465227646
Binary10011101100101101000001001100110001100110101010010111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D2550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,37,80); }

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

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

 a { background-color: rgb(157,37,80); }

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

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

 span { border-color: rgb(157,37,80); }

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