#9E3733

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

Shades of Milano Red #9E3733

Tints of Milano Red #9E3733

Color information

#9E3733 (or 0x9E3733) is unknown color: approx Milano Red. HEX triplet: 9E, 37 and 33. RGB value is (158,55,51). Sum of RGB (Red+Green+Blue) = 158+55+51=264 (34% of max value = 765). Red value is 158 (62.11% from 255 or 59.85% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3733 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3733 is #61C8CC. Grayscale: #555555. Windows color (decimal): -6408397 or 3356574. OLE color: 3356574.

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

Color convert

RGB1585551-
CMYK00.650.680.38
HSL2.24º51.2%40.98%-
HSV(B)2.24º67.72%61.96%-
XYZ16.0610.244.26-
YUV85.34108.62179.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 59.85%
GREEN value IS 55 (21.88% from 255) = 20.83%
BLUE value IS 51 (20.31% from 255) = 19.32%
R=59.85%
G=20.83%
B=19.32%

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
Decimal158555100.650.680.382.2451.240.98
Hex9E3733041442623329
Octal236676301011044626351
Binary1001111011011111001101000001100010010011010110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,55,51); }

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

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

 a { background-color: rgb(158,55,51); }

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

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

 span { border-color: rgb(158,55,51); }

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