#973231

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

Shades of Milano Red #973231

Tints of Milano Red #973231

Color information

#973231 (or 0x973231) is unknown color: approx Milano Red. HEX triplet: 97, 32 and 31. RGB value is (151,50,49). Sum of RGB (Red+Green+Blue) = 151+50+49=250 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.4% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 49 (19.53% from 255 or 19.6% from 250); Max value from RGB is 151 - color contains mainly: red. Hex color #973231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973231 is #68CDCE. Grayscale: #505050. Windows color (decimal): -6868431 or 3224215. OLE color: 3224215.

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

Color convert

RGB1515049-
CMYK00.670.680.41
HSL0.59º51%39.22%-
HSV(B)0.59º67.55%59.22%-
XYZ14.469.083.9-
YUV80.08110.46178.58-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 60.4%
GREEN value IS 50 (19.92% from 255) = 20%
BLUE value IS 49 (19.53% from 255) = 19.6%
R=60.4%
G=20%
B=19.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151504900.670.680.410.595139.22
Hex973231043442913327
Octal227626101031045116347
Binary100101111100101100010100001110001001010011110011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973231; }

 p { color: rgb(151,50,49); }

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

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

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

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

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

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

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