Html Css Color HEX #9D3331 Milano Red

📋 copy color: '#9D3331'

red 157 ◦ green 51 ◦ blue 49

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

Shades of Milano Red #9D3331

Tints of Milano Red #9D3331

RGB

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

 GREEN value IS 51 (20.31% from 255) = 19.84%

 BLUE value IS 49 (19.53% from 255) = 19.07%

R = 61.09%
G = 19.84%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#9D3331 (or 0x9D3331) is known color: Milano Red. HEX triplet: 9D, 33 and 31. RGB value is (157,51,49). Sum of RGB (Red+Green+Blue) = 157+51+49=257 (34% of max value = 765). Red value is 157 (61.72% from 255 or 61.09% from 257); Green value is 51 (20.31% from 255 or 19.84% from 257); Blue value is 49 (19.53% from 255 or 19.07% from 257); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3331 is #62CCCE. Grayscale: #525252. Windows color (decimal): -6474959 or 3224477. OLE color: 3224477.

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

Color convert

RGB 157 51 49 -
CMYK 0 0.68 0.69 0.38
HSL 1.11º 0.52% 0.4% -
HSV(B) 1.11º 0.69% 0.62% -
XYZ 15.64 9.76 3.96 -
YUV 82.47 109.12 181.16 -
System Red Green Blue C M Y K H S L
Decimal 157 51 49 0 0.68 0.69 0.38 1.11 0.52 0.4
Hex 9D 33 31 0 44 45 26 1 34 28
Octal 235 63 61 0 104 105 46 1 64 50
Binary 10011101 110011 110001 0 1000100 1000101 100110 1 110100 101000

Color Harmonies of #9D3331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3331

Black with #9D3331

Text Example


Text Example

White with #9D3331

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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