Shades of Mahogany #D83642
Tints of Mahogany #D83642
RGB
CMYK
RGB Variations
Color information
#D83642 (or 0xD83642) is known color: Mahogany. HEX triplet: D8, 36 and 42. RGB value is (216,54,66). Sum of RGB (Red+Green+Blue) = 216+54+66=336 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.29% from 336); Green value is 54 (21.48% from 255 or 16.07% from 336); Blue value is 66 (26.17% from 255 or 19.64% from 336); Max value from RGB is 216 - color contains mainly: red. Hex color #D83642 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83642 is #27C9BD. Grayscale: #676767. Windows color (decimal): -2607550 or 4339416. OLE color: 4339416.
HSL color Cylindrical-coordinate representation of color #D83642: hue angle of 355.56º 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 #D83642 is Cyan = 0, Magento = 0.75, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 54 | 66 | - |
| CMYK | 0 | 0.75 | 0.69 | 0.15 |
| HSL | 355.56º | 0.68% | 0.53% | - |
| HSV(B) | 355.56º | 0.75% | 0.85% | - |
| XYZ | 30.62 | 17.63 | 6.94 | - |
| YUV | 103.81 | 106.67 | 208.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 54 | 66 | 0 | 0.75 | 0.69 | 0.15 | 355.56 | 0.68 | 0.53 |
| Hex | D8 | 36 | 42 | 0 | 4B | 45 | F | 164 | 44 | 35 |
| Octal | 330 | 66 | 102 | 0 | 113 | 105 | 17 | 544 | 104 | 65 |
| Binary | 11011000 | 110110 | 1000010 | 0 | 1001011 | 1000101 | 1111 | 101100100 | 1000100 | 110101 |
Color Harmonies of #D83642
Complementary color
Monochromatic Colors of #D83642
Black with #D83642
Text Example
Text Example
White with #D83642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83642; }
p { color: rgb(216,54,66); }
H1.HeaderClassName
{
color: #D83642;
}
.AnyTagClassName
{
color: #D83642;
}
</style>
background-color css
<style>
a { background-color: #D83642; }
a { background-color: rgb(216,54,66); }
div.DivClassName
{
background-color: #D83642;
}
.BgClassName
{
background-color: #D83642;
}
</style>
border-color css
<style>
span { border-color: #D83642; }
span { border-color: rgb(216,54,66); }
td.TdClassName
{
border-color: #D83642;
}
.TagClassName
{
border-color: #D83642;
}
</style>