#9C3128

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

Shades of Milano Red #9C3128

Tints of Milano Red #9C3128

Color information

#9C3128 (or 0x9C3128) is unknown color: approx Milano Red. HEX triplet: 9C, 31 and 28. RGB value is (156,49,40). Sum of RGB (Red+Green+Blue) = 156+49+40=245 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.67% from 245); Green value is 49 (19.53% from 255 or 20% from 245); Blue value is 40 (16.02% from 255 or 16.33% from 245); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3128 is #63CED7. Grayscale: #505050. Windows color (decimal): -6541016 or 2634140. OLE color: 2634140.

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

Color convert

RGB1564940-
CMYK00.690.740.39
HSL4.66º59.18%38.43%-
HSV(B)4.66º74.36%61.18%-
XYZ15.199.423.02-
YUV79.97105.45182.23-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 63.67%
GREEN value IS 49 (19.53% from 255) = 20%
BLUE value IS 40 (16.02% from 255) = 16.33%
R=63.67%
G=20%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156494000.690.740.394.6659.1838.43
Hex9C31280454A2753b26
Octal234615001051124757346
Binary10011100110001101000010001011001010100111101111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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