Shades of Mahogany #D8313A
Tints of Mahogany #D8313A
RGB
CMYK
RGB Variations
Color information
#D8313A (or 0xD8313A) is known color: Mahogany. HEX triplet: D8, 31 and 3A. RGB value is (216,49,58). Sum of RGB (Red+Green+Blue) = 216+49+58=323 (42% of max value = 765). Red value is 216 (84.77% from 255 or 66.87% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 58 (23.05% from 255 or 17.96% from 323); Max value from RGB is 216 - color contains mainly: red. Hex color #D8313A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8313A is #27CEC5. Grayscale: #646464. Windows color (decimal): -2608838 or 3813848. OLE color: 3813848.
HSL color Cylindrical-coordinate representation of color #D8313A: hue angle of 356.77º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D8313A is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 49 | 58 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.15 |
| HSL | 356.77º | 0.68% | 0.52% | - |
| HSV(B) | 356.77º | 0.77% | 0.85% | - |
| XYZ | 30.18 | 17.1 | 5.71 | - |
| YUV | 99.96 | 104.33 | 210.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 49 | 58 | 0 | 0.77 | 0.73 | 0.15 | 356.77 | 0.68 | 0.52 |
| Hex | D8 | 31 | 3A | 0 | 4D | 49 | F | 165 | 44 | 34 |
| Octal | 330 | 61 | 72 | 0 | 115 | 111 | 17 | 545 | 104 | 64 |
| Binary | 11011000 | 110001 | 111010 | 0 | 1001101 | 1001001 | 1111 | 101100101 | 1000100 | 110100 |
Color Harmonies of #D8313A
Complementary color
Monochromatic Colors of #D8313A
Black with #D8313A
Text Example
Text Example
White with #D8313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8313A; }
p { color: rgb(216,49,58); }
H1.HeaderClassName
{
color: #D8313A;
}
.AnyTagClassName
{
color: #D8313A;
}
</style>
background-color css
<style>
a { background-color: #D8313A; }
a { background-color: rgb(216,49,58); }
div.DivClassName
{
background-color: #D8313A;
}
.BgClassName
{
background-color: #D8313A;
}
</style>
border-color css
<style>
span { border-color: #D8313A; }
span { border-color: rgb(216,49,58); }
td.TdClassName
{
border-color: #D8313A;
}
.TagClassName
{
border-color: #D8313A;
}
</style>