Shades of Mahogany #D83031
Tints of Mahogany #D83031
RGB
CMYK
RGB Variations
Color information
#D83031 (or 0xD83031) is known color: Mahogany. HEX triplet: D8, 30 and 31. RGB value is (216,48,49). Sum of RGB (Red+Green+Blue) = 216+48+49=313 (41% of max value = 765). Red value is 216 (84.77% from 255 or 69.01% from 313); Green value is 48 (19.14% from 255 or 15.34% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 216 - color contains mainly: red. Hex color #D83031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83031 is #27CFCE. Grayscale: #626262. Windows color (decimal): -2609103 or 3223768. OLE color: 3223768.
HSL color Cylindrical-coordinate representation of color #D83031: hue angle of 359.64º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D83031 is Cyan = 0, Magento = 0.78, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 48 | 49 | - |
| CMYK | 0 | 0.78 | 0.77 | 0.15 |
| HSL | 359.64º | 0.68% | 0.52% | - |
| HSV(B) | 359.64º | 0.78% | 0.85% | - |
| XYZ | 29.93 | 16.93 | 4.6 | - |
| YUV | 98.35 | 100.16 | 211.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 48 | 49 | 0 | 0.78 | 0.77 | 0.15 | 359.64 | 0.68 | 0.52 |
| Hex | D8 | 30 | 31 | 0 | 4E | 4D | F | 168 | 44 | 34 |
| Octal | 330 | 60 | 61 | 0 | 116 | 115 | 17 | 550 | 104 | 64 |
| Binary | 11011000 | 110000 | 110001 | 0 | 1001110 | 1001101 | 1111 | 101101000 | 1000100 | 110100 |
Color Harmonies of #D83031
Complementary color
Monochromatic Colors of #D83031
Black with #D83031
Text Example
Text Example
White with #D83031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83031; }
p { color: rgb(216,48,49); }
H1.HeaderClassName
{
color: #D83031;
}
.AnyTagClassName
{
color: #D83031;
}
</style>
background-color css
<style>
a { background-color: #D83031; }
a { background-color: rgb(216,48,49); }
div.DivClassName
{
background-color: #D83031;
}
.BgClassName
{
background-color: #D83031;
}
</style>
border-color css
<style>
span { border-color: #D83031; }
span { border-color: rgb(216,48,49); }
td.TdClassName
{
border-color: #D83031;
}
.TagClassName
{
border-color: #D83031;
}
</style>