Html Css Color HEX #9D3129 Milano Red

📋 copy color: '#9D3129'

red 157 ◦ green 49 ◦ blue 41

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

Shades of Milano Red #9D3129

Tints of Milano Red #9D3129

RGB

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

 GREEN value IS 49 (19.53% from 255) = 19.84%

 BLUE value IS 41 (16.41% from 255) = 16.6%

R = 63.56%
G = 19.84%
B = 16.6%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.74

 K value IS 0.38

RGB Variations

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

Color information

#9D3129 (or 0x9D3129) is known color: Milano Red. HEX triplet: 9D, 31 and 29. RGB value is (157,49,41). Sum of RGB (Red+Green+Blue) = 157+49+41=247 (32% of max value = 765). Red value is 157 (61.72% from 255 or 63.56% from 247); Green value is 49 (19.53% from 255 or 19.84% from 247); Blue value is 41 (16.41% from 255 or 16.60% from 247); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3129 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3129 is #62CED6. Grayscale: #505050. Windows color (decimal): -6475479 or 2699677. OLE color: 2699677.

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

Color convert

RGB 157 49 41 -
CMYK 0 0.69 0.74 0.38
HSL 4.14º 0.59% 0.39% -
HSV(B) 4.14º 0.74% 0.62% -
XYZ 15.4 9.52 3.12 -
YUV 80.38 105.78 182.65 -
System Red Green Blue C M Y K H S L
Decimal 157 49 41 0 0.69 0.74 0.38 4.14 0.59 0.39
Hex 9D 31 29 0 45 4A 26 4 3B 27
Octal 235 61 51 0 105 112 46 4 73 47
Binary 10011101 110001 101001 0 1000101 1001010 100110 100 111011 100111

Color Harmonies of #9D3129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3129

Black with #9D3129

Text Example


Text Example

White with #9D3129

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,49,41); }

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

background-color css

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

 a { background-color: rgb(157,49,41); }

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

border-color css

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

 span { border-color: rgb(157,49,41); }

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