#9C3027

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

Shades of Milano Red #9C3027

Tints of Milano Red #9C3027

Color information

#9C3027 (or 0x9C3027) is unknown color: approx Milano Red. HEX triplet: 9C, 30 and 27. RGB value is (156,48,39). Sum of RGB (Red+Green+Blue) = 156+48+39=243 (32% of max value = 765). Red value is 156 (61.33% from 255 or 64.20% from 243); Green value is 48 (19.14% from 255 or 19.75% from 243); Blue value is 39 (15.62% from 255 or 16.05% from 243); Max value from RGB is 156 - color contains mainly: red. Hex color #9C3027 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9C3027 is #63CFD8. Grayscale: #4F4F4F. Windows color (decimal): -6541273 or 2568348. OLE color: 2568348.

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

Color convert

RGB1564839-
CMYK00.690.750.39
HSL4.62º60%38.24%-
HSV(B)4.62º75%61.18%-
XYZ15.139.332.92-
YUV79.27105.28182.73-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 64.20%
GREEN value IS 48 (19.14% from 255) = 19.75%
BLUE value IS 39 (15.62% from 255) = 16.05%
R=64.20%
G=19.75%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.75
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156483900.690.750.394.626038.24
Hex9C30270454B2753c26
Octal234604701051134757446
Binary10011100110000100111010001011001011100111101111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C3027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,48,39); }

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

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

 a { background-color: rgb(156,48,39); }

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

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

 span { border-color: rgb(156,48,39); }

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