#993333

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

Shades of Milano Red #993333

Tints of Milano Red #993333

Color information

#993333 (or 0x993333) is unknown color: approx Milano Red. HEX triplet: 99, 33 and 33. RGB value is (153,51,51). Sum of RGB (Red+Green+Blue) = 153+51+51=255 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60% from 255); Green value is 51 (20.31% from 255 or 20% from 255); Blue value is 51 (20.31% from 255 or 20% from 255); Max value from RGB is 153 - color contains mainly: red. Hex color #993333 is a web safe color. Inversed color of #993333 is #66CCCC. Grayscale: #515151. Windows color (decimal): -6737101 or 3355545. OLE color: 3355545.

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

Color convert

RGB1535151-
CMYK00.670.670.4
HSL50%40%-
HSV(B)66.67%60%-
XYZ14.929.384.16-
YUV81.5110.79179-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60%
GREEN value IS 51 (20.31% from 255) = 20%
BLUE value IS 51 (20.31% from 255) = 20%
R=60%
G=20%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153515100.670.670.405040
Hex993333043432803228
Octal231636301031035006250
Binary100110011100111100110100001110000111010000110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993333; }

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

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

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

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

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

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

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

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