#993331

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

Shades of Milano Red #993331

Tints of Milano Red #993331

Color information

#993331 (or 0x993331) is unknown color: approx Milano Red. HEX triplet: 99, 33 and 31. RGB value is (153,51,49). Sum of RGB (Red+Green+Blue) = 153+51+49=253 (33% of max value = 765). Red value is 153 (60.16% from 255 or 60.47% from 253); Green value is 51 (20.31% from 255 or 20.16% from 253); Blue value is 49 (19.53% from 255 or 19.37% from 253); Max value from RGB is 153 - color contains mainly: red. Hex color #993331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #993331 is #66CCCE. Grayscale: #515151. Windows color (decimal): -6737103 or 3224473. OLE color: 3224473.

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

Color convert

RGB1535149-
CMYK00.670.680.4
HSL1.15º51.49%39.61%-
HSV(B)1.15º67.97%60%-
XYZ14.889.363.93-
YUV81.27109.79179.16-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 60.47%
GREEN value IS 51 (20.31% from 255) = 20.16%
BLUE value IS 49 (19.53% from 255) = 19.37%
R=60.47%
G=20.16%
B=19.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.68
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153514900.670.680.41.1551.4939.61
Hex993331043442813328
Octal231636101031045016350
Binary100110011100111100010100001110001001010001110011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993331; }

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

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

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

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

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

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

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

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