#9C3931

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

Shades of Milano Red #9C3931

Tints of Milano Red #9C3931

Color information

#9C3931 (or 0x9C3931) is unknown color: approx Milano Red. HEX triplet: 9C, 39 and 31. RGB value is (156,57,49). Sum of RGB (Red+Green+Blue) = 156+57+49=262 (34% of max value = 765). Red value is 156 (61.33% from 255 or 59.54% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3931 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3931 is #63C6CE. Grayscale: #555555. Windows color (decimal): -6538959 or 3226012. OLE color: 3226012.

HSL color Cylindrical-coordinate representation of color #9C3931: hue angle of 4.49º 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 #9C3931 is Cyan = 0, Magento = 0.63, Yellow = 0.69 and Black (K on CMYK) = 0.39.

Color convert

RGB1565749-
CMYK00.630.690.39
HSL4.49º52.2%40.2%-
HSV(B)4.49º68.59%61.18%-
XYZ15.7310.224.05-
YUV85.69107.3178.15-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 59.54%
GREEN value IS 57 (22.66% from 255) = 21.76%
BLUE value IS 49 (19.53% from 255) = 18.70%
R=59.54%
G=21.76%
B=18.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.69
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156574900.630.690.394.4952.240.2
Hex9C393103F452743428
Octal23471610771054746450
Binary1001110011100111000101111111000101100111100110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3931

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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