#9D3636

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

Shades of Milano Red #9D3636

Tints of Milano Red #9D3636

Color information

#9D3636 (or 0x9D3636) is unknown color: approx Milano Red. HEX triplet: 9D, 36 and 36. RGB value is (157,54,54). Sum of RGB (Red+Green+Blue) = 157+54+54=265 (35% of max value = 765). Red value is 157 (61.72% from 255 or 59.25% from 265); Green value is 54 (21.48% from 255 or 20.38% from 265); Blue value is 54 (21.48% from 255 or 20.38% from 265); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3636 is #62C9C9. Grayscale: #545454. Windows color (decimal): -6474186 or 3552925. OLE color: 3552925.

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

Color convert

RGB1575454-
CMYK00.660.660.38
HSL48.82%41.37%-
HSV(B)65.61%61.57%-
XYZ15.8910.074.6-
YUV84.8110.62179.5-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 59.25%
GREEN value IS 54 (21.48% from 255) = 20.38%
BLUE value IS 54 (21.48% from 255) = 20.38%
R=59.25%
G=20.38%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157545400.660.660.38048.8241.37
Hex9D3636042422603129
Octal235666601021024606151
Binary100111011101101101100100001010000101001100110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D3636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,54,54); }

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

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

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

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

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

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

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