#9E392F

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

Shades of Milano Red #9E392F

Tints of Milano Red #9E392F

Color information

#9E392F (or 0x9E392F) is unknown color: approx Milano Red. HEX triplet: 9E, 39 and 2F. RGB value is (158,57,47). Sum of RGB (Red+Green+Blue) = 158+57+47=262 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.31% from 262); Green value is 57 (22.66% from 255 or 21.76% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 158 - color contains mainly: red. Hex color #9E392F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E392F is #61C6D0. Grayscale: #565656. Windows color (decimal): -6407889 or 3094942. OLE color: 3094942.

HSL color Cylindrical-coordinate representation of color #9E392F: hue angle of 5.41º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9E392F is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.38.

Color convert

RGB1585747-
CMYK00.640.700.38
HSL5.41º54.15%40.2%-
HSV(B)5.41º70.25%61.96%-
XYZ16.0810.43.85-
YUV86.06105.96179.31-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 60.31%
GREEN value IS 57 (22.66% from 255) = 21.76%
BLUE value IS 47 (18.75% from 255) = 17.94%
R=60.31%
G=21.76%
B=17.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158574700.640.700.385.4154.1540.2
Hex9E392F040462653628
Octal236715701001064656650
Binary10011110111001101111010000001000110100110101110110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E392F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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