#9D1C53

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

Shades of Lipstick #9D1C53

Tints of Lipstick #9D1C53

Color information

#9D1C53 (or 0x9D1C53) is unknown color: approx Lipstick. HEX triplet: 9D, 1C and 53. RGB value is (157,28,83). Sum of RGB (Red+Green+Blue) = 157+28+83=268 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.58% from 268); Green value is 28 (11.33% from 255 or 10.45% from 268); Blue value is 83 (32.81% from 255 or 30.97% from 268); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1C53 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1C53 is #62E3AC. Grayscale: #484848. Windows color (decimal): -6480813 or 5446813. OLE color: 5446813.

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

Color convert

RGB1572883-
CMYK00.820.470.38
HSL334.42º69.73%36.27%-
HSV(B)334.42º82.17%61.57%-
XYZ15.888.629.01-
YUV72.84133.74188.03-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 58.58%
GREEN value IS 28 (11.33% from 255) = 10.45%
BLUE value IS 83 (32.81% from 255) = 30.97%
R=58.58%
G=10.45%
B=30.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157288300.820.470.38334.4269.7336.27
Hex9D1C530522F2614e4624
Octal235341230122574651610644
Binary10011101111001010011010100101011111001101010011101000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1C53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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