#9E3228

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

Shades of Milano Red #9E3228

Tints of Milano Red #9E3228

Color information

#9E3228 (or 0x9E3228) is unknown color: approx Milano Red. HEX triplet: 9E, 32 and 28. RGB value is (158,50,40). Sum of RGB (Red+Green+Blue) = 158+50+40=248 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.71% from 248); Green value is 50 (19.92% from 255 or 20.16% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3228 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3228 is #61CDD7. Grayscale: #515151. Windows color (decimal): -6409688 or 2634398. OLE color: 2634398.

HSL color Cylindrical-coordinate representation of color #9E3228: hue angle of 5.08º 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 #9E3228 is Cyan = 0, Magento = 0.68, Yellow = 0.75 and Black (K on CMYK) = 0.38.

Color convert

RGB1585040-
CMYK00.680.750.38
HSL5.08º59.6%38.82%-
HSV(B)5.08º74.68%61.96%-
XYZ15.629.73.06-
YUV81.15104.78182.81-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 63.71%
GREEN value IS 50 (19.92% from 255) = 20.16%
BLUE value IS 40 (16.02% from 255) = 16.13%
R=63.71%
G=20.16%
B=16.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158504000.680.750.385.0859.638.82
Hex9E32280444B2653c27
Octal236625001041134657447
Binary10011110110010101000010001001001011100110101111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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