#992D29

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

Shades of Milano Red #992D29

Tints of Milano Red #992D29

Color information

#992D29 (or 0x992D29) is unknown color: approx Milano Red. HEX triplet: 99, 2D and 29. RGB value is (153,45,41). Sum of RGB (Red+Green+Blue) = 153+45+41=239 (31% of max value = 765). Red value is 153 (60.16% from 255 or 64.02% from 239); Green value is 45 (17.97% from 255 or 18.83% from 239); Blue value is 41 (16.41% from 255 or 17.15% from 239); Max value from RGB is 153 - color contains mainly: red. Hex color #992D29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #992D29 is #66D2D6. Grayscale: #4C4C4C. Windows color (decimal): -6738647 or 2698649. OLE color: 2698649.

HSL color Cylindrical-coordinate representation of color #992D29: hue angle of 2.14º 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 #992D29 is Cyan = 0, Magento = 0.71, Yellow = 0.73 and Black (K on CMYK) = 0.4.

Color convert

RGB1534541-
CMYK00.710.730.4
HSL2.14º57.73%38.04%-
HSV(B)2.14º73.2%60%-
XYZ14.488.813.04-
YUV76.84107.78182.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 64.02%
GREEN value IS 45 (17.97% from 255) = 18.83%
BLUE value IS 41 (16.41% from 255) = 17.15%
R=64.02%
G=18.83%
B=17.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.73
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153454100.710.730.42.1457.7338.04
Hex992D29047492823a26
Octal231555101071115027246
Binary1001100110110110100101000111100100110100010111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #992D29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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