Shades of Mahogany #D83C3F
Tints of Mahogany #D83C3F
RGB
CMYK
RGB Variations
Color information
#D83C3F (or 0xD83C3F) is known color: Mahogany. HEX triplet: D8, 3C and 3F. RGB value is (216,60,63). Sum of RGB (Red+Green+Blue) = 216+60+63=339 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.72% from 339); Green value is 60 (23.83% from 255 or 17.70% from 339); Blue value is 63 (25% from 255 or 18.58% from 339); Max value from RGB is 216 - color contains mainly: red. Hex color #D83C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83C3F is #27C3C0. Grayscale: #6B6B6B. Windows color (decimal): -2606017 or 4144344. OLE color: 4144344.
HSL color Cylindrical-coordinate representation of color #D83C3F: hue angle of 358.85º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D83C3F is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 60 | 63 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.15 |
| HSL | 358.85º | 0.67% | 0.54% | - |
| HSV(B) | 358.85º | 0.72% | 0.85% | - |
| XYZ | 30.83 | 18.19 | 6.59 | - |
| YUV | 106.99 | 103.18 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 60 | 63 | 0 | 0.72 | 0.71 | 0.15 | 358.85 | 0.67 | 0.54 |
| Hex | D8 | 3C | 3F | 0 | 48 | 47 | F | 167 | 43 | 36 |
| Octal | 330 | 74 | 77 | 0 | 110 | 107 | 17 | 547 | 103 | 66 |
| Binary | 11011000 | 111100 | 111111 | 0 | 1001000 | 1000111 | 1111 | 101100111 | 1000011 | 110110 |
Color Harmonies of #D83C3F
Complementary color
Monochromatic Colors of #D83C3F
Black with #D83C3F
Text Example
Text Example
White with #D83C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83C3F; }
p { color: rgb(216,60,63); }
H1.HeaderClassName
{
color: #D83C3F;
}
.AnyTagClassName
{
color: #D83C3F;
}
</style>
background-color css
<style>
a { background-color: #D83C3F; }
a { background-color: rgb(216,60,63); }
div.DivClassName
{
background-color: #D83C3F;
}
.BgClassName
{
background-color: #D83C3F;
}
</style>
border-color css
<style>
span { border-color: #D83C3F; }
span { border-color: rgb(216,60,63); }
td.TdClassName
{
border-color: #D83C3F;
}
.TagClassName
{
border-color: #D83C3F;
}
</style>