#9D3D33

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

Shades of Milano Red #9D3D33

Tints of Milano Red #9D3D33

Color information

#9D3D33 (or 0x9D3D33) is unknown color: approx Milano Red. HEX triplet: 9D, 3D and 33. RGB value is (157,61,51). Sum of RGB (Red+Green+Blue) = 157+61+51=269 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.36% from 269); Green value is 61 (24.22% from 255 or 22.68% from 269); Blue value is 51 (20.31% from 255 or 18.96% from 269); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3D33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3D33 is #62C2CC. Grayscale: #585858. Windows color (decimal): -6472397 or 3358109. OLE color: 3358109.

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

Color convert

RGB1576151-
CMYK00.610.680.38
HSL5.66º50.96%40.78%-
HSV(B)5.66º67.52%61.57%-
XYZ16.1710.744.35-
YUV88.56106.8176.81-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 58.36%
GREEN value IS 61 (24.22% from 255) = 22.68%
BLUE value IS 51 (20.31% from 255) = 18.96%
R=58.36%
G=22.68%
B=18.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157615100.610.680.385.6650.9640.78
Hex9D3D3303D442663329
Octal23575630751044666351
Binary1001110111110111001101111011000100100110110110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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