#9D3533

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

Shades of Milano Red #9D3533

Tints of Milano Red #9D3533

Color information

#9D3533 (or 0x9D3533) is unknown color: approx Milano Red. HEX triplet: 9D, 35 and 33. RGB value is (157,53,51). Sum of RGB (Red+Green+Blue) = 157+53+51=261 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.15% from 261); Green value is 53 (21.09% from 255 or 20.31% from 261); Blue value is 51 (20.31% from 255 or 19.54% from 261); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3533 is #62CACC. Grayscale: #535353. Windows color (decimal): -6474445 or 3356061. OLE color: 3356061.

HSL color Cylindrical-coordinate representation of color #9D3533: hue angle of 1.13º degrees, saturation: 0.51, 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 #9D3533 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB1575351-
CMYK00.660.680.38
HSL1.13º50.96%40.78%-
HSV(B)1.13º67.52%61.57%-
XYZ15.789.954.22-
YUV83.87109.46180.16-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 60.15%
GREEN value IS 53 (21.09% from 255) = 20.31%
BLUE value IS 51 (20.31% from 255) = 19.54%
R=60.15%
G=20.31%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157535100.660.680.381.1350.9640.78
Hex9D3533042442613329
Octal235656301021044616351
Binary100111011101011100110100001010001001001101110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,53,51); }

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

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

 a { background-color: rgb(157,53,51); }

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

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

 span { border-color: rgb(157,53,51); }

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