Html Css Color HEX #9E3833 Milano Red

📋 copy color: '#9E3833'

red 158 ◦ green 56 ◦ blue 51

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

Shades of Milano Red #9E3833

Tints of Milano Red #9E3833

RGB

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

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

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

R = 59.62%
G = 21.13%
B = 19.25%

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

#9E3833 (or 0x9E3833) is known color: Milano Red. HEX triplet: 9E, 38 and 33. RGB value is (158,56,51). Sum of RGB (Red+Green+Blue) = 158+56+51=265 (35% of max value = 765). Red value is 158 (62.11% from 255 or 59.62% from 265); Green value is 56 (22.27% from 255 or 21.13% from 265); Blue value is 51 (20.31% from 255 or 19.25% from 265); Max value from RGB is 158 - color contains mainly: red. Hex color #9E3833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9E3833 is #61C7CC. Grayscale: #565656. Windows color (decimal): -6408141 or 3356830. OLE color: 3356830.

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

Color convert

RGB 158 56 51 -
CMYK 0 0.65 0.68 0.38
HSL 2.8º 0.51% 0.41% -
HSV(B) 2.8º 0.68% 0.62% -
XYZ 16.11 10.34 4.28 -
YUV 85.93 108.29 179.41 -
System Red Green Blue C M Y K H S L
Decimal 158 56 51 0 0.65 0.68 0.38 2.8 0.51 0.41
Hex 9E 38 33 0 41 44 26 3 33 29
Octal 236 70 63 0 101 104 46 3 63 51
Binary 10011110 111000 110011 0 1000001 1000100 100110 11 110011 101001

Color Harmonies of #9E3833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E3833

Black with #9E3833

Text Example


Text Example

White with #9E3833

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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