Shades of Mahogany #D0292B
Tints of Mahogany #D0292B
RGB
CMYK
RGB Variations
Color information
#D0292B (or 0xD0292B) is known color: Mahogany. HEX triplet: D0, 29 and 2B. RGB value is (208,41,43). Sum of RGB (Red+Green+Blue) = 208+41+43=292 (38% of max value = 765). Red value is 208 (81.64% from 255 or 71.23% from 292); Green value is 41 (16.41% from 255 or 14.04% from 292); Blue value is 43 (17.19% from 255 or 14.73% from 292); Max value from RGB is 208 - color contains mainly: red. Hex color #D0292B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0292B is #2FD6D4. Grayscale: #5B5B5B. Windows color (decimal): -3135189 or 2828752. OLE color: 2828752.
HSL color Cylindrical-coordinate representation of color #D0292B: hue angle of 359.28º 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 #D0292B is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 41 | 43 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.18 |
| HSL | 359.28º | 0.67% | 0.49% | - |
| HSV(B) | 359.28º | 0.8% | 0.82% | - |
| XYZ | 27.24 | 15.17 | 3.78 | - |
| YUV | 91.16 | 100.83 | 211.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 41 | 43 | 0 | 0.80 | 0.79 | 0.18 | 359.28 | 0.67 | 0.49 |
| Hex | D0 | 29 | 2B | 0 | 50 | 4F | 12 | 167 | 43 | 31 |
| Octal | 320 | 51 | 53 | 0 | 120 | 117 | 22 | 547 | 103 | 61 |
| Binary | 11010000 | 101001 | 101011 | 0 | 1010000 | 1001111 | 10010 | 101100111 | 1000011 | 110001 |
Color Harmonies of #D0292B
Complementary color
Monochromatic Colors of #D0292B
Black with #D0292B
Text Example
Text Example
White with #D0292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0292B; }
p { color: rgb(208,41,43); }
H1.HeaderClassName
{
color: #D0292B;
}
.AnyTagClassName
{
color: #D0292B;
}
</style>
background-color css
<style>
a { background-color: #D0292B; }
a { background-color: rgb(208,41,43); }
div.DivClassName
{
background-color: #D0292B;
}
.BgClassName
{
background-color: #D0292B;
}
</style>
border-color css
<style>
span { border-color: #D0292B; }
span { border-color: rgb(208,41,43); }
td.TdClassName
{
border-color: #D0292B;
}
.TagClassName
{
border-color: #D0292B;
}
</style>