Html Css Color HEX #9D3425 Milano Red

📋 copy color: '#9D3425'

red 157 ◦ green 52 ◦ blue 37

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

Shades of Milano Red #9D3425

Tints of Milano Red #9D3425

RGB

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

 GREEN value IS 52 (20.7% from 255) = 21.14%

 BLUE value IS 37 (14.84% from 255) = 15.04%

R = 63.82%
G = 21.14%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.38

RGB Variations

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

Color information

#9D3425 (or 0x9D3425) is known color: Milano Red. HEX triplet: 9D, 34 and 25. RGB value is (157,52,37). Sum of RGB (Red+Green+Blue) = 157+52+37=246 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.82% from 246); Green value is 52 (20.70% from 255 or 21.14% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3425 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3425 is #62CBDA. Grayscale: #515151. Windows color (decimal): -6474715 or 2438301. OLE color: 2438301.

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

Color convert

RGB 157 52 37 -
CMYK 0 0.67 0.76 0.38
HSL 7.5º 0.62% 0.38% -
HSV(B) 7.5º 0.76% 0.62% -
XYZ 15.47 9.76 2.82 -
YUV 81.69 102.79 181.72 -
System Red Green Blue C M Y K H S L
Decimal 157 52 37 0 0.67 0.76 0.38 7.5 0.62 0.38
Hex 9D 34 25 0 43 4C 26 8 3E 26
Octal 235 64 45 0 103 114 46 10 76 46
Binary 10011101 110100 100101 0 1000011 1001100 100110 1000 111110 100110

Color Harmonies of #9D3425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3425

Black with #9D3425

Text Example


Text Example

White with #9D3425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,52,37); }

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

background-color css

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

 a { background-color: rgb(157,52,37); }

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

border-color css

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

 span { border-color: rgb(157,52,37); }

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