#9E3832

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

Shades of Milano Red #9E3832

Tints of Milano Red #9E3832

Color information

#9E3832 (or 0x9E3832) is unknown color: approx Milano Red. HEX triplet: 9E, 38 and 32. RGB value is (158,56,50). Sum of RGB (Red+Green+Blue) = 158+56+50=264 (34% of max value = 765). Red value is 158 (62.11% from 255 or 59.85% from 264); Green value is 56 (22.27% from 255 or 21.21% from 264); Blue value is 50 (19.92% from 255 or 18.94% from 264); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3832 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3832 is #61C7CD. Grayscale: #555555. Windows color (decimal): -6408142 or 3291294. OLE color: 3291294.

HSL color Cylindrical-coordinate representation of color #9E3832: hue angle of 3.33º degrees, saturation: 0.52, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9E3832 is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.38.

Color convert

RGB1585650-
CMYK00.650.680.38
HSL3.33º51.92%40.78%-
HSV(B)3.33º68.35%61.96%-
XYZ16.0910.334.16-
YUV85.81107.79179.49-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 59.85%
GREEN value IS 56 (22.27% from 255) = 21.21%
BLUE value IS 50 (19.92% from 255) = 18.94%
R=59.85%
G=21.21%
B=18.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158565000.650.680.383.3351.9240.78
Hex9E3832041442633429
Octal236706201011044636451
Binary1001111011100011001001000001100010010011011110100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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