#9E3428

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

Shades of Milano Red #9E3428

Tints of Milano Red #9E3428

Color information

#9E3428 (or 0x9E3428) is unknown color: approx Milano Red. HEX triplet: 9E, 34 and 28. RGB value is (158,52,40). Sum of RGB (Red+Green+Blue) = 158+52+40=250 (33% of max value = 765). Red value is 158 (62.11% from 255 or 63.2% from 250); Green value is 52 (20.70% from 255 or 20.8% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3428 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3428 is #61CBD7. Grayscale: #525252. Windows color (decimal): -6409176 or 2634910. OLE color: 2634910.

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

Color convert

RGB1585240-
CMYK00.670.750.38
HSL6.1º59.6%38.82%-
HSV(B)6.1º74.68%61.96%-
XYZ15.719.883.09-
YUV82.33104.12181.98-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 63.2%
GREEN value IS 52 (20.70% from 255) = 20.8%
BLUE value IS 40 (16.02% from 255) = 16%
R=63.2%
G=20.8%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158524000.670.750.386.159.638.82
Hex9E34280434B2663c27
Octal236645001031134667447
Binary10011110110100101000010000111001011100110110111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,52,40); }

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

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

 a { background-color: rgb(158,52,40); }

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

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

 span { border-color: rgb(158,52,40); }

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