Shades of Mahogany #D83F45
Tints of Mahogany #D83F45
RGB
CMYK
RGB Variations
Color information
#D83F45 (or 0xD83F45) is known color: Mahogany. HEX triplet: D8, 3F and 45. RGB value is (216,63,69). Sum of RGB (Red+Green+Blue) = 216+63+69=348 (46% of max value = 765). Red value is 216 (84.77% from 255 or 62.07% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 69 (27.34% from 255 or 19.83% from 348); Max value from RGB is 216 - color contains mainly: red. Hex color #D83F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83F45 is #27C0BA. Grayscale: #6D6D6D. Windows color (decimal): -2605243 or 4538328. OLE color: 4538328.
HSL color Cylindrical-coordinate representation of color #D83F45: hue angle of 357.65º degrees, saturation: 0.66, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D83F45 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 63 | 69 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.15 |
| HSL | 357.65º | 0.66% | 0.55% | - |
| HSV(B) | 357.65º | 0.71% | 0.85% | - |
| XYZ | 31.17 | 18.58 | 7.57 | - |
| YUV | 109.43 | 105.19 | 204.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 63 | 69 | 0 | 0.71 | 0.68 | 0.15 | 357.65 | 0.66 | 0.55 |
| Hex | D8 | 3F | 45 | 0 | 47 | 44 | F | 166 | 42 | 37 |
| Octal | 330 | 77 | 105 | 0 | 107 | 104 | 17 | 546 | 102 | 67 |
| Binary | 11011000 | 111111 | 1000101 | 0 | 1000111 | 1000100 | 1111 | 101100110 | 1000010 | 110111 |
Color Harmonies of #D83F45
Complementary color
Monochromatic Colors of #D83F45
Black with #D83F45
Text Example
Text Example
White with #D83F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83F45; }
p { color: rgb(216,63,69); }
H1.HeaderClassName
{
color: #D83F45;
}
.AnyTagClassName
{
color: #D83F45;
}
</style>
background-color css
<style>
a { background-color: #D83F45; }
a { background-color: rgb(216,63,69); }
div.DivClassName
{
background-color: #D83F45;
}
.BgClassName
{
background-color: #D83F45;
}
</style>
border-color css
<style>
span { border-color: #D83F45; }
span { border-color: rgb(216,63,69); }
td.TdClassName
{
border-color: #D83F45;
}
.TagClassName
{
border-color: #D83F45;
}
</style>