#973333

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

Shades of Milano Red #973333

Tints of Milano Red #973333

Color information

#973333 (or 0x973333) is unknown color: approx Milano Red. HEX triplet: 97, 33 and 33. RGB value is (151,51,51). Sum of RGB (Red+Green+Blue) = 151+51+51=253 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.68% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 151 - color contains mainly: red. Hex color #973333 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #973333 is #68CCCC. Grayscale: #515151. Windows color (decimal): -6868173 or 3355543. OLE color: 3355543.

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

Color convert

RGB1515151-
CMYK00.660.660.41
HSL49.5%39.61%-
HSV(B)66.23%59.22%-
XYZ14.549.194.14-
YUV80.9111.13178-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 59.68%
GREEN value IS 51 (20.31% from 255) = 20.16%
BLUE value IS 51 (20.31% from 255) = 20.16%
R=59.68%
G=20.16%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151515100.660.660.41049.539.61
Hex973333042422903228
Octal227636301021025106250
Binary100101111100111100110100001010000101010010110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #973333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #973333; }

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

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

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

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

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

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

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

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