#9e312d

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

Shades of Milano Red #9E312D

Tints of Milano Red #9E312D

Color information

#9E312D (or 0x9E312D) is unknown color: approx Milano Red. HEX triplet: 9E, 31 and 2D. RGB value is (158,49,45). Sum of RGB (Red+Green+Blue) = 158+49+45=252 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.70% from 252); Green value is 49 (19.53% from 255 or 19.44% from 252); Blue value is 45 (17.97% from 255 or 17.86% from 252); Max value from RGB is 158 - color contains mainly: red. Hex color #9E312D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E312D is #61CED2. Grayscale: #515151. Windows color (decimal): -6409939 or 2961822. OLE color: 2961822.

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

Color convert

RGB1584945-
CMYK00.690.720.38
HSL2.12º55.67%39.8%-
HSV(B)2.12º71.52%61.96%-
XYZ15.679.663.52-
YUV81.13107.61182.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 62.70%
GREEN value IS 49 (19.53% from 255) = 19.44%
BLUE value IS 45 (17.97% from 255) = 17.86%
R=62.70%
G=19.44%
B=17.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158494500.690.720.382.1255.6739.8
Hex9E312D045482623828
Octal236615501051104627050
Binary1001111011000110110101000101100100010011010111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9e312d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,49,45); }

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

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

 a { background-color: rgb(158,49,45); }

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

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

 span { border-color: rgb(158,49,45); }

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