#9D275F

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

Shades of Lipstick #9D275F

Tints of Lipstick #9D275F

Color information

#9D275F (or 0x9D275F) is unknown color: approx Lipstick. HEX triplet: 9D, 27 and 5F. RGB value is (157,39,95). Sum of RGB (Red+Green+Blue) = 157+39+95=291 (38% of max value = 765). Red value is 157 (61.72% from 255 or 53.95% from 291); Green value is 39 (15.62% from 255 or 13.40% from 291); Blue value is 95 (37.5% from 255 or 32.65% from 291); Max value from RGB is 157 - color contains mainly: red. Hex color #9D275F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D275F is #62D8A0. Grayscale: #505050. Windows color (decimal): -6477985 or 6236061. OLE color: 6236061.

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

Color convert

RGB1573995-
CMYK00.750.390.38
HSL331.53º60.2%38.43%-
HSV(B)331.53º75.16%61.57%-
XYZ16.79.4511.77-
YUV80.67136.09182.45-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 53.95%
GREEN value IS 39 (15.62% from 255) = 13.40%
BLUE value IS 95 (37.5% from 255) = 32.65%
R=53.95%
G=13.40%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.39
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157399500.750.390.38331.5360.238.43
Hex9D275F04B272614c3c26
Octal23547137011347465147446
Binary10011101100111101111101001011100111100110101001100111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D275F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,39,95); }

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

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

 a { background-color: rgb(157,39,95); }

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

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

 span { border-color: rgb(157,39,95); }

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