#9D312F

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

Shades of Milano Red #9D312F

Tints of Milano Red #9D312F

Color information

#9D312F (or 0x9D312F) is unknown color: approx Milano Red. HEX triplet: 9D, 31 and 2F. RGB value is (157,49,47). Sum of RGB (Red+Green+Blue) = 157+49+47=253 (33% of max value = 765). Red value is 157 (61.72% from 255 or 62.06% from 253); Green value is 49 (19.53% from 255 or 19.37% from 253); Blue value is 47 (18.75% from 255 or 18.58% from 253); Max value from RGB is 157 - color contains mainly: red. Hex color #9D312F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D312F is #62CED0. Grayscale: #515151. Windows color (decimal): -6475473 or 3092893. OLE color: 3092893.

HSL color Cylindrical-coordinate representation of color #9D312F: hue angle of 1.09º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9D312F is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB1574947-
CMYK00.690.700.38
HSL1.09º53.92%40%-
HSV(B)1.09º70.06%61.57%-
XYZ15.529.573.72-
YUV81.06108.78182.16-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 62.06%
GREEN value IS 49 (19.53% from 255) = 19.37%
BLUE value IS 47 (18.75% from 255) = 18.58%
R=62.06%
G=19.37%
B=18.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157494700.690.700.381.0953.9240
Hex9D312F045462613628
Octal235615701051064616650
Binary100111011100011011110100010110001101001101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D312F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,49,47); }

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

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

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

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

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

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

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