#9E3936

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

Shades of Milano Red #9E3936

Tints of Milano Red #9E3936

Color information

#9E3936 (or 0x9E3936) is unknown color: approx Milano Red. HEX triplet: 9E, 39 and 36. RGB value is (158,57,54). Sum of RGB (Red+Green+Blue) = 158+57+54=269 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.74% from 269); Green value is 57 (22.66% from 255 or 21.19% from 269); Blue value is 54 (21.48% from 255 or 20.07% from 269); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3936 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3936 is #61C6C9. Grayscale: #565656. Windows color (decimal): -6407882 or 3553694. OLE color: 3553694.

HSL color Cylindrical-coordinate representation of color #9E3936: hue angle of 1.73º degrees, saturation: 0.49, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9E3936 is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.38.

Color convert

RGB1585754-
CMYK00.640.660.38
HSL1.73º49.06%41.57%-
HSV(B)1.73º65.82%61.96%-
XYZ16.2310.464.65-
YUV86.86109.46178.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 58.74%
GREEN value IS 57 (22.66% from 255) = 21.19%
BLUE value IS 54 (21.48% from 255) = 20.07%
R=58.74%
G=21.19%
B=20.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.66
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158575400.640.660.381.7349.0641.57
Hex9E393604042262312a
Octal236716601001024626152
Binary1001111011100111011001000000100001010011010110001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,57,54); }

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

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

 a { background-color: rgb(158,57,54); }

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

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

 span { border-color: rgb(158,57,54); }

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