Shades of Mahogany #D8383F
Tints of Mahogany #D8383F
RGB
CMYK
RGB Variations
Color information
#D8383F (or 0xD8383F) is known color: Mahogany. HEX triplet: D8, 38 and 3F. RGB value is (216,56,63). Sum of RGB (Red+Green+Blue) = 216+56+63=335 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.48% from 335); Green value is 56 (22.27% from 255 or 16.72% from 335); Blue value is 63 (25% from 255 or 18.81% from 335); Max value from RGB is 216 - color contains mainly: red. Hex color #D8383F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D8383F is #27C7C0. Grayscale: #686868. Windows color (decimal): -2607041 or 4143320. OLE color: 4143320.
HSL color Cylindrical-coordinate representation of color #D8383F: hue angle of 357.38º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D8383F is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 56 | 63 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.15 |
| HSL | 357.38º | 0.67% | 0.53% | - |
| HSV(B) | 357.38º | 0.74% | 0.85% | - |
| XYZ | 30.63 | 17.79 | 6.52 | - |
| YUV | 104.64 | 104.51 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 56 | 63 | 0 | 0.74 | 0.71 | 0.15 | 357.38 | 0.67 | 0.53 |
| Hex | D8 | 38 | 3F | 0 | 4A | 47 | F | 165 | 43 | 35 |
| Octal | 330 | 70 | 77 | 0 | 112 | 107 | 17 | 545 | 103 | 65 |
| Binary | 11011000 | 111000 | 111111 | 0 | 1001010 | 1000111 | 1111 | 101100101 | 1000011 | 110101 |
Color Harmonies of #D8383F
Complementary color
Monochromatic Colors of #D8383F
Black with #D8383F
Text Example
Text Example
White with #D8383F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8383F; }
p { color: rgb(216,56,63); }
H1.HeaderClassName
{
color: #D8383F;
}
.AnyTagClassName
{
color: #D8383F;
}
</style>
background-color css
<style>
a { background-color: #D8383F; }
a { background-color: rgb(216,56,63); }
div.DivClassName
{
background-color: #D8383F;
}
.BgClassName
{
background-color: #D8383F;
}
</style>
border-color css
<style>
span { border-color: #D8383F; }
span { border-color: rgb(216,56,63); }
td.TdClassName
{
border-color: #D8383F;
}
.TagClassName
{
border-color: #D8383F;
}
</style>