Shades of Mahogany #D8333D
Tints of Mahogany #D8333D
RGB
CMYK
RGB Variations
Color information
#D8333D (or 0xD8333D) is known color: Mahogany. HEX triplet: D8, 33 and 3D. RGB value is (216,51,61). Sum of RGB (Red+Green+Blue) = 216+51+61=328 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.85% from 328); Green value is 51 (20.31% from 255 or 15.55% from 328); Blue value is 61 (24.22% from 255 or 18.60% from 328); Max value from RGB is 216 - color contains mainly: red. Hex color #D8333D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8333D is #27CCC2. Grayscale: #656565. Windows color (decimal): -2608323 or 4010968. OLE color: 4010968.
HSL color Cylindrical-coordinate representation of color #D8333D: hue angle of 356.36º 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 #D8333D is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 51 | 61 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.15 |
| HSL | 356.36º | 0.68% | 0.52% | - |
| HSV(B) | 356.36º | 0.76% | 0.85% | - |
| XYZ | 30.35 | 17.3 | 6.16 | - |
| YUV | 101.48 | 105.16 | 209.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 51 | 61 | 0 | 0.76 | 0.72 | 0.15 | 356.36 | 0.68 | 0.52 |
| Hex | D8 | 33 | 3D | 0 | 4C | 48 | F | 164 | 44 | 34 |
| Octal | 330 | 63 | 75 | 0 | 114 | 110 | 17 | 544 | 104 | 64 |
| Binary | 11011000 | 110011 | 111101 | 0 | 1001100 | 1001000 | 1111 | 101100100 | 1000100 | 110100 |
Color Harmonies of #D8333D
Complementary color
Monochromatic Colors of #D8333D
Black with #D8333D
Text Example
Text Example
White with #D8333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8333D; }
p { color: rgb(216,51,61); }
H1.HeaderClassName
{
color: #D8333D;
}
.AnyTagClassName
{
color: #D8333D;
}
</style>
background-color css
<style>
a { background-color: #D8333D; }
a { background-color: rgb(216,51,61); }
div.DivClassName
{
background-color: #D8333D;
}
.BgClassName
{
background-color: #D8333D;
}
</style>
border-color css
<style>
span { border-color: #D8333D; }
span { border-color: rgb(216,51,61); }
td.TdClassName
{
border-color: #D8333D;
}
.TagClassName
{
border-color: #D8333D;
}
</style>