#99332D

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

Shades of Milano Red #99332D

Tints of Milano Red #99332D

Color information

#99332D (or 0x99332D) is unknown color: approx Milano Red. HEX triplet: 99, 33 and 2D. RGB value is (153,51,45). Sum of RGB (Red+Green+Blue) = 153+51+45=249 (32% of max value = 765). Red value is 153 (60.16% from 255 or 61.45% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 45 (17.97% from 255 or 18.07% from 249); Max value from RGB is 153 - color contains mainly: red. Hex color #99332D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99332D is #66CCD2. Grayscale: #505050. Windows color (decimal): -6737107 or 2962329. OLE color: 2962329.

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

Color convert

RGB1535145-
CMYK00.670.710.4
HSL3.33º54.55%38.82%-
HSV(B)3.33º70.59%60%-
XYZ14.799.333.5-
YUV80.81107.79179.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 61.45%
GREEN value IS 51 (20.31% from 255) = 20.48%
BLUE value IS 45 (17.97% from 255) = 18.07%
R=61.45%
G=20.48%
B=18.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.71
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153514500.670.710.43.3354.5538.82
Hex99332D043472833727
Octal231635501031075036747
Binary1001100111001110110101000011100011110100011110111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99332D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99332D; }

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

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

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

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

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

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

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

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