Html Css Color HEX #9D3227 Milano Red

📋 copy color: '#9D3227'

red 157 ◦ green 50 ◦ blue 39

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

Shades of Milano Red #9D3227

Tints of Milano Red #9D3227

RGB

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

 GREEN value IS 50 (19.92% from 255) = 20.33%

 BLUE value IS 39 (15.63% from 255) = 15.85%

R = 63.82%
G = 20.33%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.38

RGB Variations

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

Color information

#9D3227 (or 0x9D3227) is known color: Milano Red. HEX triplet: 9D, 32 and 27. RGB value is (157,50,39). Sum of RGB (Red+Green+Blue) = 157+50+39=246 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.82% from 246); Green value is 50 (19.92% from 255 or 20.33% from 246); Blue value is 39 (15.62% from 255 or 15.85% from 246); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3227 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3227 is #62CDD8. Grayscale: #505050. Windows color (decimal): -6475225 or 2568861. OLE color: 2568861.

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

Color convert

RGB 157 50 39 -
CMYK 0 0.68 0.75 0.38
HSL 5.59º 0.6% 0.38% -
HSV(B) 5.59º 0.75% 0.62% -
XYZ 15.41 9.6 2.96 -
YUV 80.74 104.45 182.39 -
System Red Green Blue C M Y K H S L
Decimal 157 50 39 0 0.68 0.75 0.38 5.59 0.6 0.38
Hex 9D 32 27 0 44 4B 26 6 3C 26
Octal 235 62 47 0 104 113 46 6 74 46
Binary 10011101 110010 100111 0 1000100 1001011 100110 110 111100 100110

Color Harmonies of #9D3227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3227

Black with #9D3227

Text Example


Text Example

White with #9D3227

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,50,39); }

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

background-color css

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

 a { background-color: rgb(157,50,39); }

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

border-color css

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

 span { border-color: rgb(157,50,39); }

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