Shades of Mahogany #D83943
Tints of Mahogany #D83943
RGB
CMYK
RGB Variations
Color information
#D83943 (or 0xD83943) is known color: Mahogany. HEX triplet: D8, 39 and 43. RGB value is (216,57,67). Sum of RGB (Red+Green+Blue) = 216+57+67=340 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.53% from 340); Green value is 57 (22.66% from 255 or 16.76% from 340); Blue value is 67 (26.56% from 255 or 19.71% from 340); Max value from RGB is 216 - color contains mainly: red. Hex color #D83943 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83943 is #27C6BC. Grayscale: #696969. Windows color (decimal): -2606781 or 4405720. OLE color: 4405720.
HSL color Cylindrical-coordinate representation of color #D83943: hue angle of 356.23º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D83943 is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 57 | 67 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.15 |
| HSL | 356.23º | 0.67% | 0.54% | - |
| HSV(B) | 356.23º | 0.74% | 0.85% | - |
| XYZ | 30.8 | 17.93 | 7.15 | - |
| YUV | 105.68 | 106.18 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 57 | 67 | 0 | 0.74 | 0.69 | 0.15 | 356.23 | 0.67 | 0.54 |
| Hex | D8 | 39 | 43 | 0 | 4A | 45 | F | 164 | 43 | 36 |
| Octal | 330 | 71 | 103 | 0 | 112 | 105 | 17 | 544 | 103 | 66 |
| Binary | 11011000 | 111001 | 1000011 | 0 | 1001010 | 1000101 | 1111 | 101100100 | 1000011 | 110110 |
Color Harmonies of #D83943
Complementary color
Monochromatic Colors of #D83943
Black with #D83943
Text Example
Text Example
White with #D83943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83943; }
p { color: rgb(216,57,67); }
H1.HeaderClassName
{
color: #D83943;
}
.AnyTagClassName
{
color: #D83943;
}
</style>
background-color css
<style>
a { background-color: #D83943; }
a { background-color: rgb(216,57,67); }
div.DivClassName
{
background-color: #D83943;
}
.BgClassName
{
background-color: #D83943;
}
</style>
border-color css
<style>
span { border-color: #D83943; }
span { border-color: rgb(216,57,67); }
td.TdClassName
{
border-color: #D83943;
}
.TagClassName
{
border-color: #D83943;
}
</style>