Shades of Mahogany #D84243
Tints of Mahogany #D84243
RGB
CMYK
RGB Variations
Color information
#D84243 (or 0xD84243) is known color: Mahogany. HEX triplet: D8, 42 and 43. RGB value is (216,66,67). Sum of RGB (Red+Green+Blue) = 216+66+67=349 (46% of max value = 765). Red value is 216 (84.77% from 255 or 61.89% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 67 (26.56% from 255 or 19.20% from 349); Max value from RGB is 216 - color contains mainly: red. Hex color #D84243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D84243 is #27BDBC. Grayscale: #6F6F6F. Windows color (decimal): -2604477 or 4408024. OLE color: 4408024.
HSL color Cylindrical-coordinate representation of color #D84243: hue angle of 359.6º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D84243 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 66 | 67 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.15 |
| HSL | 359.6º | 0.66% | 0.55% | - |
| HSV(B) | 359.6º | 0.69% | 0.85% | - |
| XYZ | 31.28 | 18.9 | 7.31 | - |
| YUV | 110.96 | 103.2 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 66 | 67 | 0 | 0.69 | 0.69 | 0.15 | 359.6 | 0.66 | 0.55 |
| Hex | D8 | 42 | 43 | 0 | 45 | 45 | F | 168 | 42 | 37 |
| Octal | 330 | 102 | 103 | 0 | 105 | 105 | 17 | 550 | 102 | 67 |
| Binary | 11011000 | 1000010 | 1000011 | 0 | 1000101 | 1000101 | 1111 | 101101000 | 1000010 | 110111 |
Color Harmonies of #D84243
Complementary color
Monochromatic Colors of #D84243
Black with #D84243
Text Example
Text Example
White with #D84243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D84243; }
p { color: rgb(216,66,67); }
H1.HeaderClassName
{
color: #D84243;
}
.AnyTagClassName
{
color: #D84243;
}
</style>
background-color css
<style>
a { background-color: #D84243; }
a { background-color: rgb(216,66,67); }
div.DivClassName
{
background-color: #D84243;
}
.BgClassName
{
background-color: #D84243;
}
</style>
border-color css
<style>
span { border-color: #D84243; }
span { border-color: rgb(216,66,67); }
td.TdClassName
{
border-color: #D84243;
}
.TagClassName
{
border-color: #D84243;
}
</style>