Html Css Color HEX #9D3534 Milano Red

📋 copy color: '#9D3534'

red 157 ◦ green 53 ◦ blue 52

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

Shades of Milano Red #9D3534

Tints of Milano Red #9D3534

RGB

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

 GREEN value IS 53 (21.09% from 255) = 20.23%

 BLUE value IS 52 (20.7% from 255) = 19.85%

R = 59.92%
G = 20.23%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.67

 K value IS 0.38

RGB Variations

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

Color information

#9D3534 (or 0x9D3534) is known color: Milano Red. HEX triplet: 9D, 35 and 34. RGB value is (157,53,52). Sum of RGB (Red+Green+Blue) = 157+53+52=262 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.92% from 262); Green value is 53 (21.09% from 255 or 20.23% from 262); Blue value is 52 (20.70% from 255 or 19.85% from 262); Max value from RGB is 157 - color contains mainly: red. Hex color #9D3534 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D3534 is #62CACB. Grayscale: #545454. Windows color (decimal): -6474444 or 3421597. OLE color: 3421597.

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

Color convert

RGB 157 53 52 -
CMYK 0 0.66 0.67 0.38
HSL 0.57º 0.5% 0.41% -
HSV(B) 0.57º 0.67% 0.62% -
XYZ 15.8 9.96 4.34 -
YUV 83.98 109.96 180.08 -
System Red Green Blue C M Y K H S L
Decimal 157 53 52 0 0.66 0.67 0.38 0.57 0.5 0.41
Hex 9D 35 34 0 42 43 26 1 32 29
Octal 235 65 64 0 102 103 46 1 62 51
Binary 10011101 110101 110100 0 1000010 1000011 100110 1 110010 101001

Color Harmonies of #9D3534

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9D3534

Black with #9D3534

Text Example


Text Example

White with #9D3534

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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