Html Css Color HEX #9D3733 Milano Red

📋 copy color: '#9D3733'

red 157 ◦ green 55 ◦ blue 51

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

Shades of Milano Red #9D3733

Tints of Milano Red #9D3733

RGB

 RED value IS 157 (61.72% from 255) = 59.7%

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

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

R = 59.7%
G = 20.91%
B = 19.39%

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

#9D3733 (or 0x9D3733) is known color: Milano Red. HEX triplet: 9D, 37 and 33. RGB value is (157,55,51). Sum of RGB (Red+Green+Blue) = 157+55+51=263 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.70% from 263); Green value is 55 (21.88% from 255 or 20.91% from 263); Blue value is 51 (20.31% from 255 or 19.39% from 263); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3733 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3733 is #62C8CC. Grayscale: #555555. Windows color (decimal): -6473933 or 3356573. OLE color: 3356573.

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

Color convert

RGB 157 55 51 -
CMYK 0 0.65 0.68 0.38
HSL 2.26º 0.51% 0.41% -
HSV(B) 2.26º 0.68% 0.62% -
XYZ 15.87 10.14 4.25 -
YUV 85.04 108.79 179.33 -
System Red Green Blue C M Y K H S L
Decimal 157 55 51 0 0.65 0.68 0.38 2.26 0.51 0.41
Hex 9D 37 33 0 41 44 26 2 33 29
Octal 235 67 63 0 101 104 46 2 63 51
Binary 10011101 110111 110011 0 1000001 1000100 100110 10 110011 101001

Color Harmonies of #9D3733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3733

Black with #9D3733

Text Example


Text Example

White with #9D3733

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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