#9E3933

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

Shades of Milano Red #9E3933

Tints of Milano Red #9E3933

Color information

#9E3933 (or 0x9E3933) is unknown color: approx Milano Red. HEX triplet: 9E, 39 and 33. RGB value is (158,57,51). Sum of RGB (Red+Green+Blue) = 158+57+51=266 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.40% from 266); Green value is 57 (22.66% from 255 or 21.43% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3933 is #61C6CC. Grayscale: #565656. Windows color (decimal): -6407885 or 3357086. OLE color: 3357086.

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

Color convert

RGB1585751-
CMYK00.640.680.38
HSL3.36º51.2%40.98%-
HSV(B)3.36º67.72%61.96%-
XYZ16.1610.434.29-
YUV86.51107.96178.99-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 59.40%
GREEN value IS 57 (22.66% from 255) = 21.43%
BLUE value IS 51 (20.31% from 255) = 19.17%
R=59.40%
G=21.43%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.68
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158575100.640.680.383.3651.240.98
Hex9E3933040442633329
Octal236716301001044636351
Binary1001111011100111001101000000100010010011011110011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E3933

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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