Shades of Mahogany #D8363C
Tints of Mahogany #D8363C
RGB
CMYK
RGB Variations
Color information
#D8363C (or 0xD8363C) is known color: Mahogany. HEX triplet: D8, 36 and 3C. RGB value is (216,54,60). Sum of RGB (Red+Green+Blue) = 216+54+60=330 (43% of max value = 765). Red value is 216 (84.77% from 255 or 65.45% from 330); Green value is 54 (21.48% from 255 or 16.36% from 330); Blue value is 60 (23.83% from 255 or 18.18% from 330); Max value from RGB is 216 - color contains mainly: red. Hex color #D8363C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8363C is #27C9C3. Grayscale: #676767. Windows color (decimal): -2607556 or 3946200. OLE color: 3946200.
HSL color Cylindrical-coordinate representation of color #D8363C: hue angle of 357.78º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D8363C is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 54 | 60 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.15 |
| HSL | 357.78º | 0.68% | 0.53% | - |
| HSV(B) | 357.78º | 0.75% | 0.85% | - |
| XYZ | 30.45 | 17.56 | 6.06 | - |
| YUV | 103.12 | 103.67 | 208.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 54 | 60 | 0 | 0.75 | 0.72 | 0.15 | 357.78 | 0.68 | 0.53 |
| Hex | D8 | 36 | 3C | 0 | 4B | 48 | F | 166 | 44 | 35 |
| Octal | 330 | 66 | 74 | 0 | 113 | 110 | 17 | 546 | 104 | 65 |
| Binary | 11011000 | 110110 | 111100 | 0 | 1001011 | 1001000 | 1111 | 101100110 | 1000100 | 110101 |
Color Harmonies of #D8363C
Complementary color
Monochromatic Colors of #D8363C
Black with #D8363C
Text Example
Text Example
White with #D8363C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8363C; }
p { color: rgb(216,54,60); }
H1.HeaderClassName
{
color: #D8363C;
}
.AnyTagClassName
{
color: #D8363C;
}
</style>
background-color css
<style>
a { background-color: #D8363C; }
a { background-color: rgb(216,54,60); }
div.DivClassName
{
background-color: #D8363C;
}
.BgClassName
{
background-color: #D8363C;
}
</style>
border-color css
<style>
span { border-color: #D8363C; }
span { border-color: rgb(216,54,60); }
td.TdClassName
{
border-color: #D8363C;
}
.TagClassName
{
border-color: #D8363C;
}
</style>