Html Css Color HEX #9E3837 Milano Red

📋 copy color: '#9E3837'

red 158 ◦ green 56 ◦ blue 55

#9E3837
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Milano Red #9E3837

Tints of Milano Red #9E3837

RGB

 RED value IS 158 (62.11% from 255) = 58.74%

 GREEN value IS 56 (22.27% from 255) = 20.82%

 BLUE value IS 55 (21.88% from 255) = 20.45%

R = 58.74%
G = 20.82%
B = 20.45%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.38

RGB Variations

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

Color information

#9E3837 (or 0x9E3837) is known color: Milano Red. HEX triplet: 9E, 38 and 37. RGB value is (158,56,55). Sum of RGB (Red+Green+Blue) = 158+56+55=269 (35% of max value = 765). Red value is 158 (62.11% from 255 or 58.74% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3837 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3837 is #61C7C8. Grayscale: #565656. Windows color (decimal): -6408137 or 3618974. OLE color: 3618974.

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

Color convert

RGB 158 56 55 -
CMYK 0 0.65 0.65 0.38
HSL 0.58º 0.48% 0.42% -
HSV(B) 0.58º 0.65% 0.62% -
XYZ 16.2 10.37 4.76 -
YUV 86.38 110.29 179.08 -
System Red Green Blue C M Y K H S L
Decimal 158 56 55 0 0.65 0.65 0.38 0.58 0.48 0.42
Hex 9E 38 37 0 41 41 26 1 30 2A
Octal 236 70 67 0 101 101 46 1 60 52
Binary 10011110 111000 110111 0 1000001 1000001 100110 1 110000 101010

Color Harmonies of #9E3837

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3837

Black with #9E3837

Text Example


Text Example

White with #9E3837

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E3837;
 }
 .AnyTagClassName
 {
   color: #9E3837;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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