#9D3C32

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

Shades of Milano Red #9D3C32

Tints of Milano Red #9D3C32

Color information

#9D3C32 (or 0x9D3C32) is unknown color: approx Milano Red. HEX triplet: 9D, 3C and 32. RGB value is (157,60,50). Sum of RGB (Red+Green+Blue) = 157+60+50=267 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.80% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3C32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3C32 is #62C3CD. Grayscale: #585858. Windows color (decimal): -6472654 or 3292317. OLE color: 3292317.

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

Color convert

RGB1576050-
CMYK00.620.680.38
HSL5.61º51.69%40.59%-
HSV(B)5.61º68.15%61.57%-
XYZ16.110.634.22-
YUV87.86106.64177.31-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 58.80%
GREEN value IS 60 (23.83% from 255) = 22.47%
BLUE value IS 50 (19.92% from 255) = 18.73%
R=58.80%
G=22.47%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157605000.620.680.385.6151.6940.59
Hex9D3C3203E442663429
Octal23574620761044666451
Binary1001110111110011001001111101000100100110110110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3C32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,60,50); }

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

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

 a { background-color: rgb(157,60,50); }

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

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

 span { border-color: rgb(157,60,50); }

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