#99332E

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

Shades of Milano Red #99332E

Tints of Milano Red #99332E

Color information

#99332E (or 0x99332E) is unknown color: approx Milano Red. HEX triplet: 99, 33 and 2E. RGB value is (153,51,46). Sum of RGB (Red+Green+Blue) = 153+51+46=250 (33% of max value = 765). Red value is 153 (60.16% from 255 or 61.2% from 250); Green value is 51 (20.31% from 255 or 20.4% from 250); Blue value is 46 (18.36% from 255 or 18.4% from 250); Max value from RGB is 153 - color contains mainly: red. Hex color #99332E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #99332E is #66CCD1. Grayscale: #515151. Windows color (decimal): -6737106 or 3027865. OLE color: 3027865.

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

Color convert

RGB1535146-
CMYK00.670.700.4
HSL2.8º53.77%39.02%-
HSV(B)2.8º69.93%60%-
XYZ14.819.343.61-
YUV80.93108.29179.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 61.2%
GREEN value IS 51 (20.31% from 255) = 20.4%
BLUE value IS 46 (18.36% from 255) = 18.4%
R=61.2%
G=20.4%
B=18.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.70
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153514600.670.700.42.853.7739.02
Hex99332E043462833627
Octal231635601031065036647
Binary1001100111001110111001000011100011010100011110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99332E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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