#973330

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

Shades of Milano Red #973330

Tints of Milano Red #973330

Color information

#973330 (or 0x973330) is unknown color: approx Milano Red. HEX triplet: 97, 33 and 30. RGB value is (151,51,48). Sum of RGB (Red+Green+Blue) = 151+51+48=250 (33% of max value = 765). Red value is 151 (59.38% from 255 or 60.4% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 48 (19.14% from 255 or 19.2% from 250); Max value from RGB is 151 - color contains mainly: red. Hex color #973330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973330 is #68CCCF. Grayscale: #505050. Windows color (decimal): -6868176 or 3158935. OLE color: 3158935.

HSL color Cylindrical-coordinate representation of color #973330: hue angle of 1.75º degrees, saturation: 0.52, 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 #973330 is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.41.

Color convert

RGB1515148-
CMYK00.660.680.41
HSL1.75º51.76%39.02%-
HSV(B)1.75º68.21%59.22%-
XYZ14.489.163.8-
YUV80.56109.63178.24-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 60.4%
GREEN value IS 51 (20.31% from 255) = 20.4%
BLUE value IS 48 (19.14% from 255) = 19.2%
R=60.4%
G=20.4%
B=19.2%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151514800.660.680.411.7551.7639.02
Hex973330042442923427
Octal227636001021045126447
Binary1001011111001111000001000010100010010100110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973330; }

 p { color: rgb(151,51,48); }

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

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

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

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

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

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

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