Html Css Color HEX #9D3C33 Milano Red

📋 copy color: '#9D3C33'

red 157 ◦ green 60 ◦ blue 51

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

Shades of Milano Red #9D3C33

Tints of Milano Red #9D3C33

RGB

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

 GREEN value IS 60 (23.83% from 255) = 22.39%

 BLUE value IS 51 (20.31% from 255) = 19.03%

R = 58.58%
G = 22.39%
B = 19.03%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.68

 K value IS 0.38

RGB Variations

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

Color information

#9D3C33 (or 0x9D3C33) is known color: Milano Red. HEX triplet: 9D, 3C and 33. RGB value is (157,60,51). Sum of RGB (Red+Green+Blue) = 157+60+51=268 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.58% from 268); Green value is 60 (23.83% from 255 or 22.39% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3C33 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3C33 is #62C3CC. Grayscale: #585858. Windows color (decimal): -6472653 or 3357853. OLE color: 3357853.

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

Color convert

RGB 157 60 51 -
CMYK 0 0.62 0.68 0.38
HSL 5.09º 0.51% 0.41% -
HSV(B) 5.09º 0.68% 0.62% -
XYZ 16.12 10.64 4.34 -
YUV 87.98 107.14 177.23 -
System Red Green Blue C M Y K H S L
Decimal 157 60 51 0 0.62 0.68 0.38 5.09 0.51 0.41
Hex 9D 3C 33 0 3E 44 26 5 33 29
Octal 235 74 63 0 76 104 46 5 63 51
Binary 10011101 111100 110011 0 111110 1000100 100110 101 110011 101001

Color Harmonies of #9D3C33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3C33

Black with #9D3C33

Text Example


Text Example

White with #9D3C33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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