#9E382B

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

Shades of Milano Red #9E382B

Tints of Milano Red #9E382B

Color information

#9E382B (or 0x9E382B) is unknown color: approx Milano Red. HEX triplet: 9E, 38 and 2B. RGB value is (158,56,43). Sum of RGB (Red+Green+Blue) = 158+56+43=257 (34% of max value = 765). Red value is 158 (62.11% from 255 or 61.48% from 257); Green value is 56 (22.27% from 255 or 21.79% from 257); Blue value is 43 (17.19% from 255 or 16.73% from 257); Max value from RGB is 158 - color contains mainly: red. Hex color #9E382B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E382B is #61C7D4. Grayscale: #555555. Windows color (decimal): -6408149 or 2832542. OLE color: 2832542.

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

Color convert

RGB1585643-
CMYK00.650.730.38
HSL6.78º57.21%39.41%-
HSV(B)6.78º72.78%61.96%-
XYZ15.9510.273.43-
YUV85.02104.29180.06-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 61.48%
GREEN value IS 56 (22.27% from 255) = 21.79%
BLUE value IS 43 (17.19% from 255) = 16.73%
R=61.48%
G=21.79%
B=16.73%

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
Decimal158564300.650.730.386.7857.2139.41
Hex9E382B041492673927
Octal236705301011114677147
Binary10011110111000101011010000011001001100110111111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E382B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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