Html Css Color HEX #9E3733 Milano Red

📋 copy color: '#9E3733'

red 158 ◦ green 55 ◦ blue 51

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

Shades of Milano Red #9E3733

Tints of Milano Red #9E3733

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.83%

 BLUE value IS 51 (20.31% from 255) = 19.32%

R = 59.85%
G = 20.83%
B = 19.32%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.68

 K value IS 0.38

RGB Variations

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

Color information

#9E3733 (or 0x9E3733) is known color: Milano Red. HEX triplet: 9E, 37 and 33. RGB value is (158,55,51). Sum of RGB (Red+Green+Blue) = 158+55+51=264 (34% of max value = 765). Red value is 158 (62.11% from 255 or 59.85% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 51 (20.31% from 255 or 19.32% from 264); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3733 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3733 is #61C8CC. Grayscale: #555555. Windows color (decimal): -6408397 or 3356574. OLE color: 3356574.

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

Color convert

RGB 158 55 51 -
CMYK 0 0.65 0.68 0.38
HSL 2.24º 0.51% 0.41% -
HSV(B) 2.24º 0.68% 0.62% -
XYZ 16.06 10.24 4.26 -
YUV 85.34 108.62 179.83 -
System Red Green Blue C M Y K H S L
Decimal 158 55 51 0 0.65 0.68 0.38 2.24 0.51 0.41
Hex 9E 37 33 0 41 44 26 2 33 29
Octal 236 67 63 0 101 104 46 2 63 51
Binary 10011110 110111 110011 0 1000001 1000100 100110 10 110011 101001

Color Harmonies of #9E3733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3733

Black with #9E3733

Text Example


Text Example

White with #9E3733

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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