#9F372D

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

Shades of Milano Red #9F372D

Tints of Milano Red #9F372D

Color information

#9F372D (or 0x9F372D) is unknown color: approx Milano Red. HEX triplet: 9F, 37 and 2D. RGB value is (159,55,45). Sum of RGB (Red+Green+Blue) = 159+55+45=259 (34% of max value = 765). Red value is 159 (62.5% from 255 or 61.39% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 159 - color contains mainly: red. Hex color #9F372D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9F372D is #60C8D2. Grayscale: #555555. Windows color (decimal): -6342867 or 2963359. OLE color: 2963359.

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

Color convert

RGB1595545-
CMYK00.650.720.38
HSL5.26º55.88%40%-
HSV(B)5.26º71.7%62.35%-
XYZ16.1410.293.62-
YUV84.96105.46180.81-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 61.39%
GREEN value IS 55 (21.88% from 255) = 21.24%
BLUE value IS 45 (17.97% from 255) = 17.37%
R=61.39%
G=21.24%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.72
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159554500.650.720.385.2655.8840
Hex9F372D041482653828
Octal237675501011104657050
Binary10011111110111101101010000011001000100110101111000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F372D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,55,45); }

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

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

 a { background-color: rgb(159,55,45); }

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

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

 span { border-color: rgb(159,55,45); }

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