#992F29

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

Shades of Milano Red #992F29

Tints of Milano Red #992F29

Color information

#992F29 (or 0x992F29) is unknown color: approx Milano Red. HEX triplet: 99, 2F and 29. RGB value is (153,47,41). Sum of RGB (Red+Green+Blue) = 153+47+41=241 (31% of max value = 765). Red value is 153 (60.16% from 255 or 63.49% from 241); Green value is 47 (18.75% from 255 or 19.50% from 241); Blue value is 41 (16.41% from 255 or 17.01% from 241); Max value from RGB is 153 - color contains mainly: red. Hex color #992F29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992F29 is #66D0D6. Grayscale: #4E4E4E. Windows color (decimal): -6738135 or 2699161. OLE color: 2699161.

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

Color convert

RGB1534741-
CMYK00.690.730.4
HSL3.21º57.73%38.04%-
HSV(B)3.21º73.2%60%-
XYZ14.558.973.06-
YUV78.01107.12181.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 63.49%
GREEN value IS 47 (18.75% from 255) = 19.50%
BLUE value IS 41 (16.41% from 255) = 17.01%
R=63.49%
G=19.50%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153474100.690.730.43.2157.7338.04
Hex992F29045492833a26
Octal231575101051115037246
Binary1001100110111110100101000101100100110100011111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #992F29; }

 p { color: rgb(153,47,41); }

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

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

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

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

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

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

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