#973535

Color #973535 Milano Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Milano Red #973535

Tints of Milano Red #973535

Color information

#973535 (or 0x973535) is unknown color: approx Milano Red. HEX triplet: 97, 35 and 35. RGB value is (151,53,53). Sum of RGB (Red+Green+Blue) = 151+53+53=257 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.75% from 257); Green value is 53 (21.09% from 255 or 20.62% from 257); Blue value is 53 (21.09% from 255 or 20.62% from 257); Max value from RGB is 151 - color contains mainly: red. Hex color #973535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973535 is #68CACA. Grayscale: #525252. Windows color (decimal): -6867659 or 3487127. OLE color: 3487127.

HSL color Cylindrical-coordinate representation of color #973535: hue angle of 0º 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 #973535 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB1515353-
CMYK00.650.650.41
HSL48.04%40%-
HSV(B)64.9%59.22%-
XYZ14.689.384.41-
YUV82.3111.47177-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.75%
GREEN value IS 53 (21.09% from 255) = 20.62%
BLUE value IS 53 (21.09% from 255) = 20.62%
R=58.75%
G=20.62%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151535300.650.650.41048.0440
Hex973535041412903028
Octal227656501011015106050
Binary100101111101011101010100000110000011010010110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973535; }

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

 H1.HeaderClassName
 {
   color: #973535;
 }
 .AnyTagClassName
 {
   color: #973535;
 }
</style>
background-color css

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

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

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

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

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

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