Shades of Mahogany #D0292D
Tints of Mahogany #D0292D
RGB
CMYK
RGB Variations
Color information
#D0292D (or 0xD0292D) is known color: Mahogany. HEX triplet: D0, 29 and 2D. RGB value is (208,41,45). Sum of RGB (Red+Green+Blue) = 208+41+45=294 (38% of max value = 765). Red value is 208 (81.64% from 255 or 70.75% from 294); Green value is 41 (16.41% from 255 or 13.95% from 294); Blue value is 45 (17.97% from 255 or 15.31% from 294); Max value from RGB is 208 - color contains mainly: red. Hex color #D0292D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0292D is #2FD6D2. Grayscale: #5B5B5B. Windows color (decimal): -3135187 or 2959824. OLE color: 2959824.
HSL color Cylindrical-coordinate representation of color #D0292D: hue angle of 358.56º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D0292D is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 41 | 45 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.18 |
| HSL | 358.56º | 0.67% | 0.49% | - |
| HSV(B) | 358.56º | 0.8% | 0.82% | - |
| XYZ | 27.28 | 15.19 | 3.98 | - |
| YUV | 91.39 | 101.83 | 211.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 41 | 45 | 0 | 0.80 | 0.78 | 0.18 | 358.56 | 0.67 | 0.49 |
| Hex | D0 | 29 | 2D | 0 | 50 | 4E | 12 | 167 | 43 | 31 |
| Octal | 320 | 51 | 55 | 0 | 120 | 116 | 22 | 547 | 103 | 61 |
| Binary | 11010000 | 101001 | 101101 | 0 | 1010000 | 1001110 | 10010 | 101100111 | 1000011 | 110001 |
Color Harmonies of #D0292D
Complementary color
Monochromatic Colors of #D0292D
Black with #D0292D
Text Example
Text Example
White with #D0292D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0292D; }
p { color: rgb(208,41,45); }
H1.HeaderClassName
{
color: #D0292D;
}
.AnyTagClassName
{
color: #D0292D;
}
</style>
background-color css
<style>
a { background-color: #D0292D; }
a { background-color: rgb(208,41,45); }
div.DivClassName
{
background-color: #D0292D;
}
.BgClassName
{
background-color: #D0292D;
}
</style>
border-color css
<style>
span { border-color: #D0292D; }
span { border-color: rgb(208,41,45); }
td.TdClassName
{
border-color: #D0292D;
}
.TagClassName
{
border-color: #D0292D;
}
</style>