#9E382A

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

Shades of Milano Red #9E382A

Tints of Milano Red #9E382A

Color information

#9E382A (or 0x9E382A) is unknown color: approx Milano Red. HEX triplet: 9E, 38 and 2A. RGB value is (158,56,42). Sum of RGB (Red+Green+Blue) = 158+56+42=256 (33% of max value = 765). Red value is 158 (62.11% from 255 or 61.72% from 256); Green value is 56 (22.27% from 255 or 21.88% from 256); Blue value is 42 (16.80% from 255 or 16.41% from 256); Max value from RGB is 158 - color contains mainly: red. Hex color #9E382A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E382A is #61C7D5. Grayscale: #555555. Windows color (decimal): -6408150 or 2767006. OLE color: 2767006.

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

Color convert

RGB1585642-
CMYK00.650.730.38
HSL7.24º58%39.22%-
HSV(B)7.24º73.42%61.96%-
XYZ15.9310.263.33-
YUV84.9103.79180.14-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 61.72%
GREEN value IS 56 (22.27% from 255) = 21.88%
BLUE value IS 42 (16.80% from 255) = 16.41%
R=61.72%
G=21.88%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.73
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158564200.650.730.387.245839.22
Hex9E382A041492673a27
Octal236705201011114677247
Binary10011110111000101010010000011001001100110111111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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