Html Css Color HEX #973635 Milano Red

📋 copy color: '#973635'

red 151 ◦ green 54 ◦ blue 53

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

Shades of Milano Red #973635

Tints of Milano Red #973635

RGB

 RED value IS 151 (59.38% from 255) = 58.53%

 GREEN value IS 54 (21.48% from 255) = 20.93%

 BLUE value IS 53 (21.09% from 255) = 20.54%

R = 58.53%
G = 20.93%
B = 20.54%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.65

 K value IS 0.41

RGB Variations

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

Color information

#973635 (or 0x973635) is known color: Milano Red. HEX triplet: 97, 36 and 35. RGB value is (151,54,53). Sum of RGB (Red+Green+Blue) = 151+54+53=258 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.53% from 258); Green value is 54 (21.48% from 255 or 20.93% from 258); Blue value is 53 (21.09% from 255 or 20.54% from 258); Max value from RGB is 151 - color contains mainly: red. Hex color #973635 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973635 is #68C9CA. Grayscale: #525252. Windows color (decimal): -6867403 or 3487383. OLE color: 3487383.

HSL color Cylindrical-coordinate representation of color #973635: hue angle of 0.61º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #973635 is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 54 53 -
CMYK 0 0.64 0.65 0.41
HSL 0.61º 0.48% 0.4% -
HSV(B) 0.61º 0.65% 0.59% -
XYZ 14.72 9.47 4.42 -
YUV 82.89 111.14 176.58 -
System Red Green Blue C M Y K H S L
Decimal 151 54 53 0 0.64 0.65 0.41 0.61 0.48 0.4
Hex 97 36 35 0 40 41 29 1 30 28
Octal 227 66 65 0 100 101 51 1 60 50
Binary 10010111 110110 110101 0 1000000 1000001 101001 1 110000 101000

Color Harmonies of #973635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973635

Black with #973635

Text Example


Text Example

White with #973635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973635; }

 p { color: rgb(151,54,53); }

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

background-color css

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

 a { background-color: rgb(151,54,53); }

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

border-color css

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

 span { border-color: rgb(151,54,53); }

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