#9C3328

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

Shades of Milano Red #9C3328

Tints of Milano Red #9C3328

Color information

#9C3328 (or 0x9C3328) is unknown color: approx Milano Red. HEX triplet: 9C, 33 and 28. RGB value is (156,51,40). Sum of RGB (Red+Green+Blue) = 156+51+40=247 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.16% from 247); Green value is 51 (20.31% from 255 or 20.65% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3328 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3328 is #63CCD7. Grayscale: #515151. Windows color (decimal): -6540504 or 2634652. OLE color: 2634652.

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

Color convert

RGB1565140-
CMYK00.670.740.39
HSL5.69º59.18%38.43%-
HSV(B)5.69º74.36%61.18%-
XYZ15.289.593.05-
YUV81.14104.79181.39-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 63.16%
GREEN value IS 51 (20.31% from 255) = 20.65%
BLUE value IS 40 (16.02% from 255) = 16.19%
R=63.16%
G=20.65%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.74
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156514000.670.740.395.6959.1838.43
Hex9C33280434A2763b26
Octal234635001031124767346
Binary10011100110011101000010000111001010100111110111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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