Shades of Mahogany #D83336
Tints of Mahogany #D83336
RGB
CMYK
RGB Variations
Color information
#D83336 (or 0xD83336) is known color: Mahogany. HEX triplet: D8, 33 and 36. RGB value is (216,51,54). Sum of RGB (Red+Green+Blue) = 216+51+54=321 (42% of max value = 765). Red value is 216 (84.77% from 255 or 67.29% from 321); Green value is 51 (20.31% from 255 or 15.89% from 321); Blue value is 54 (21.48% from 255 or 16.82% from 321); Max value from RGB is 216 - color contains mainly: red. Hex color #D83336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83336 is #27CCC9. Grayscale: #646464. Windows color (decimal): -2608330 or 3552216. OLE color: 3552216.
HSL color Cylindrical-coordinate representation of color #D83336: hue angle of 358.91º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D83336 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 51 | 54 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.15 |
| HSL | 358.91º | 0.68% | 0.52% | - |
| HSV(B) | 358.91º | 0.76% | 0.85% | - |
| XYZ | 30.17 | 17.23 | 5.23 | - |
| YUV | 100.68 | 101.66 | 210.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 51 | 54 | 0 | 0.76 | 0.75 | 0.15 | 358.91 | 0.68 | 0.52 |
| Hex | D8 | 33 | 36 | 0 | 4C | 4B | F | 167 | 44 | 34 |
| Octal | 330 | 63 | 66 | 0 | 114 | 113 | 17 | 547 | 104 | 64 |
| Binary | 11011000 | 110011 | 110110 | 0 | 1001100 | 1001011 | 1111 | 101100111 | 1000100 | 110100 |
Color Harmonies of #D83336
Complementary color
Monochromatic Colors of #D83336
Black with #D83336
Text Example
Text Example
White with #D83336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83336; }
p { color: rgb(216,51,54); }
H1.HeaderClassName
{
color: #D83336;
}
.AnyTagClassName
{
color: #D83336;
}
</style>
background-color css
<style>
a { background-color: #D83336; }
a { background-color: rgb(216,51,54); }
div.DivClassName
{
background-color: #D83336;
}
.BgClassName
{
background-color: #D83336;
}
</style>
border-color css
<style>
span { border-color: #D83336; }
span { border-color: rgb(216,51,54); }
td.TdClassName
{
border-color: #D83336;
}
.TagClassName
{
border-color: #D83336;
}
</style>