Shades of Mahogany #D84145
Tints of Mahogany #D84145
RGB
CMYK
RGB Variations
Color information
#D84145 (or 0xD84145) is known color: Mahogany. HEX triplet: D8, 41 and 45. RGB value is (216,65,69). Sum of RGB (Red+Green+Blue) = 216+65+69=350 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.71% from 350); Green value is 65 (25.78% from 255 or 18.57% from 350); Blue value is 69 (27.34% from 255 or 19.71% from 350); Max value from RGB is 216 - color contains mainly: red. Hex color #D84145 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84145 is #27BEBA. Grayscale: #6E6E6E. Windows color (decimal): -2604731 or 4538840. OLE color: 4538840.
HSL color Cylindrical-coordinate representation of color #D84145: hue angle of 358.41º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D84145 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 65 | 69 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.15 |
| HSL | 358.41º | 0.66% | 0.55% | - |
| HSV(B) | 358.41º | 0.7% | 0.85% | - |
| XYZ | 31.28 | 18.81 | 7.61 | - |
| YUV | 110.61 | 104.53 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 65 | 69 | 0 | 0.70 | 0.68 | 0.15 | 358.41 | 0.66 | 0.55 |
| Hex | D8 | 41 | 45 | 0 | 46 | 44 | F | 166 | 42 | 37 |
| Octal | 330 | 101 | 105 | 0 | 106 | 104 | 17 | 546 | 102 | 67 |
| Binary | 11011000 | 1000001 | 1000101 | 0 | 1000110 | 1000100 | 1111 | 101100110 | 1000010 | 110111 |
Color Harmonies of #D84145
Complementary color
Monochromatic Colors of #D84145
Black with #D84145
Text Example
Text Example
White with #D84145
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84145; }
p { color: rgb(216,65,69); }
H1.HeaderClassName
{
color: #D84145;
}
.AnyTagClassName
{
color: #D84145;
}
</style>
background-color css
<style>
a { background-color: #D84145; }
a { background-color: rgb(216,65,69); }
div.DivClassName
{
background-color: #D84145;
}
.BgClassName
{
background-color: #D84145;
}
</style>
border-color css
<style>
span { border-color: #D84145; }
span { border-color: rgb(216,65,69); }
td.TdClassName
{
border-color: #D84145;
}
.TagClassName
{
border-color: #D84145;
}
</style>