#9C3731

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

Shades of Milano Red #9C3731

Tints of Milano Red #9C3731

Color information

#9C3731 (or 0x9C3731) is unknown color: approx Milano Red. HEX triplet: 9C, 37 and 31. RGB value is (156,55,49). Sum of RGB (Red+Green+Blue) = 156+55+49=260 (34% of max value = 765). Red value is 156 (61.33% from 255 or 60% from 260); Green value is 55 (21.88% from 255 or 21.15% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3731 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3731 is #63C8CE. Grayscale: #545454. Windows color (decimal): -6539471 or 3225500. OLE color: 3225500.

HSL color Cylindrical-coordinate representation of color #9C3731: hue angle of 3.36º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9C3731 is Cyan = 0, Magento = 0.65, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB1565549-
CMYK00.650.690.39
HSL3.36º52.2%40.2%-
HSV(B)3.36º68.59%61.18%-
XYZ15.6310.024.02-
YUV84.52107.96178.99-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 60%
GREEN value IS 55 (21.88% from 255) = 21.15%
BLUE value IS 49 (19.53% from 255) = 18.85%
R=60%
G=21.15%
B=18.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156554900.650.690.393.3652.240.2
Hex9C3731041452733428
Octal234676101011054736450
Binary1001110011011111000101000001100010110011111110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3731

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,55,49); }

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

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

 a { background-color: rgb(156,55,49); }

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

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

 span { border-color: rgb(156,55,49); }

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