#9E3830

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

Shades of Milano Red #9E3830

Tints of Milano Red #9E3830

Color information

#9E3830 (or 0x9E3830) is unknown color: approx Milano Red. HEX triplet: 9E, 38 and 30. RGB value is (158,56,48). Sum of RGB (Red+Green+Blue) = 158+56+48=262 (34% of max value = 765). Red value is 158 (62.11% from 255 or 60.31% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 48 (19.14% from 255 or 18.32% from 262); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3830 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3830 is #61C7CF. Grayscale: #555555. Windows color (decimal): -6408144 or 3160222. OLE color: 3160222.

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

Color convert

RGB1585648-
CMYK00.650.700.38
HSL4.36º53.4%40.39%-
HSV(B)4.36º69.62%61.96%-
XYZ16.0510.313.94-
YUV85.59106.79179.65-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 60.31%
GREEN value IS 56 (22.27% from 255) = 21.37%
BLUE value IS 48 (19.14% from 255) = 18.32%
R=60.31%
G=21.37%
B=18.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.70
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158564800.650.700.384.3653.440.39
Hex9E3830041462643528
Octal236706001011064646550
Binary10011110111000110000010000011000110100110100110101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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