Html Css Color HEX #9D372D Milano Red

📋 copy color: '#9D372D'

red 157 ◦ green 55 ◦ blue 45

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

Shades of Milano Red #9D372D

Tints of Milano Red #9D372D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 17.51%

R = 61.09%
G = 21.4%
B = 17.51%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.71

 K value IS 0.38

RGB Variations

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

Color information

#9D372D (or 0x9D372D) is known color: Milano Red. HEX triplet: 9D, 37 and 2D. RGB value is (157,55,45). Sum of RGB (Red+Green+Blue) = 157+55+45=257 (34% of max value = 765). Red value is 157 (61.72% from 255 or 61.09% from 257); Green value is 55 (21.88% from 255 or 21.40% from 257); Blue value is 45 (17.97% from 255 or 17.51% from 257); Max value from RGB is 157 - color contains mainly: red. Hex color #9D372D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D372D is #62C8D2. Grayscale: #545454. Windows color (decimal): -6473939 or 2963357. OLE color: 2963357.

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

Color convert

RGB 157 55 45 -
CMYK 0 0.65 0.71 0.38
HSL 5.36º 0.55% 0.4% -
HSV(B) 5.36º 0.71% 0.62% -
XYZ 15.74 10.09 3.6 -
YUV 84.36 105.79 179.81 -
System Red Green Blue C M Y K H S L
Decimal 157 55 45 0 0.65 0.71 0.38 5.36 0.55 0.4
Hex 9D 37 2D 0 41 47 26 5 37 28
Octal 235 67 55 0 101 107 46 5 67 50
Binary 10011101 110111 101101 0 1000001 1000111 100110 101 110111 101000

Color Harmonies of #9D372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D372D

Black with #9D372D

Text Example


Text Example

White with #9D372D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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