Html Css Color HEX #9D372F Milano Red

📋 copy color: '#9D372F'

red 157 ◦ green 55 ◦ blue 47

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

Shades of Milano Red #9D372F

Tints of Milano Red #9D372F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 18.15%

R = 60.62%
G = 21.24%
B = 18.15%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.38

RGB Variations

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

Color information

#9D372F (or 0x9D372F) is known color: Milano Red. HEX triplet: 9D, 37 and 2F. RGB value is (157,55,47). Sum of RGB (Red+Green+Blue) = 157+55+47=259 (34% of max value = 765). Red value is 157 (61.72% from 255 or 60.62% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 47 (18.75% from 255 or 18.15% from 259); Max value from RGB is 157 - color contains mainly: red. Hex color #9D372F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D372F is #62C8D0. Grayscale: #545454. Windows color (decimal): -6473937 or 3094429. OLE color: 3094429.

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

Color convert

RGB 157 55 47 -
CMYK 0 0.65 0.70 0.38
HSL 4.36º 0.54% 0.4% -
HSV(B) 4.36º 0.7% 0.62% -
XYZ 15.78 10.11 3.81 -
YUV 84.59 106.79 179.65 -
System Red Green Blue C M Y K H S L
Decimal 157 55 47 0 0.65 0.70 0.38 4.36 0.54 0.4
Hex 9D 37 2F 0 41 46 26 4 36 28
Octal 235 67 57 0 101 106 46 4 66 50
Binary 10011101 110111 101111 0 1000001 1000110 100110 100 110110 101000

Color Harmonies of #9D372F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D372F

Black with #9D372F

Text Example


Text Example

White with #9D372F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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