#9D382C

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

Shades of Milano Red #9D382C

Tints of Milano Red #9D382C

Color information

#9D382C (or 0x9D382C) is unknown color: approx Milano Red. HEX triplet: 9D, 38 and 2C. RGB value is (157,56,44). Sum of RGB (Red+Green+Blue) = 157+56+44=257 (34% of max value = 765). Red value is 157 (61.72% from 255 or 61.09% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 157 - color contains mainly: red. Hex color #9D382C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D382C is #62C7D3. Grayscale: #545454. Windows color (decimal): -6473684 or 2898077. OLE color: 2898077.

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

Color convert

RGB1575644-
CMYK00.640.720.38
HSL6.37º56.22%39.41%-
HSV(B)6.37º71.97%61.57%-
XYZ15.7710.183.52-
YUV84.83104.96179.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 61.09%
GREEN value IS 56 (22.27% from 255) = 21.79%
BLUE value IS 44 (17.58% from 255) = 17.12%
R=61.09%
G=21.79%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157564400.640.720.386.3756.2239.41
Hex9D382C040482663827
Octal235705401001104667047
Binary10011101111000101100010000001001000100110110111000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D382C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,56,44); }

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

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

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

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

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

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

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