#9C3936

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

Shades of Milano Red #9C3936

Tints of Milano Red #9C3936

Color information

#9C3936 (or 0x9C3936) is unknown color: approx Milano Red. HEX triplet: 9C, 39 and 36. RGB value is (156,57,54). Sum of RGB (Red+Green+Blue) = 156+57+54=267 (35% of max value = 765). Red value is 156 (61.33% from 255 or 58.43% from 267); Green value is 57 (22.66% from 255 or 21.35% from 267); Blue value is 54 (21.48% from 255 or 20.22% from 267); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3936 is #63C6C9. Grayscale: #565656. Windows color (decimal): -6538954 or 3553692. OLE color: 3553692.

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

Color convert

RGB1565754-
CMYK00.630.650.39
HSL1.76º48.57%41.18%-
HSV(B)1.76º65.38%61.18%-
XYZ15.8410.264.64-
YUV86.26109.8177.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 58.43%
GREEN value IS 57 (22.66% from 255) = 21.35%
BLUE value IS 54 (21.48% from 255) = 20.22%
R=58.43%
G=21.35%
B=20.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156575400.630.650.391.7648.5741.18
Hex9C393603F412723129
Octal23471660771014726151
Binary100111001110011101100111111100000110011110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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