Shades of Mahogany #D8333F
Tints of Mahogany #D8333F
RGB
CMYK
RGB Variations
Color information
#D8333F (or 0xD8333F) is known color: Mahogany. HEX triplet: D8, 33 and 3F. RGB value is (216,51,63). Sum of RGB (Red+Green+Blue) = 216+51+63=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 63 (25% from 255 or 19.09% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D8333F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8333F is #27CCC0. Grayscale: #656565. Windows color (decimal): -2608321 or 4142040. OLE color: 4142040.
HSL color Cylindrical-coordinate representation of color #D8333F: hue angle of 355.64º 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 #D8333F is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 51 | 63 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.15 |
| HSL | 355.64º | 0.68% | 0.52% | - |
| HSV(B) | 355.64º | 0.76% | 0.85% | - |
| XYZ | 30.4 | 17.33 | 6.44 | - |
| YUV | 101.7 | 106.16 | 209.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 51 | 63 | 0 | 0.76 | 0.71 | 0.15 | 355.64 | 0.68 | 0.52 |
| Hex | D8 | 33 | 3F | 0 | 4C | 47 | F | 164 | 44 | 34 |
| Octal | 330 | 63 | 77 | 0 | 114 | 107 | 17 | 544 | 104 | 64 |
| Binary | 11011000 | 110011 | 111111 | 0 | 1001100 | 1000111 | 1111 | 101100100 | 1000100 | 110100 |
Color Harmonies of #D8333F
Complementary color
Monochromatic Colors of #D8333F
Black with #D8333F
Text Example
Text Example
White with #D8333F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8333F; }
p { color: rgb(216,51,63); }
H1.HeaderClassName
{
color: #D8333F;
}
.AnyTagClassName
{
color: #D8333F;
}
</style>
background-color css
<style>
a { background-color: #D8333F; }
a { background-color: rgb(216,51,63); }
div.DivClassName
{
background-color: #D8333F;
}
.BgClassName
{
background-color: #D8333F;
}
</style>
border-color css
<style>
span { border-color: #D8333F; }
span { border-color: rgb(216,51,63); }
td.TdClassName
{
border-color: #D8333F;
}
.TagClassName
{
border-color: #D8333F;
}
</style>