Shades of Mahogany #D83A43
Tints of Mahogany #D83A43
RGB
CMYK
RGB Variations
Color information
#D83A43 (or 0xD83A43) is known color: Mahogany. HEX triplet: D8, 3A and 43. RGB value is (216,58,67). Sum of RGB (Red+Green+Blue) = 216+58+67=341 (45% of max value = 765). Red value is 216 (84.77% from 255 or 63.34% from 341); Green value is 58 (23.05% from 255 or 17.01% from 341); Blue value is 67 (26.56% from 255 or 19.65% from 341); Max value from RGB is 216 - color contains mainly: red. Hex color #D83A43 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83A43 is #27C5BC. Grayscale: #6A6A6A. Windows color (decimal): -2606525 or 4405976. OLE color: 4405976.
HSL color Cylindrical-coordinate representation of color #D83A43: hue angle of 356.58º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D83A43 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 58 | 67 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.15 |
| HSL | 356.58º | 0.67% | 0.54% | - |
| HSV(B) | 356.58º | 0.73% | 0.85% | - |
| XYZ | 30.85 | 18.03 | 7.16 | - |
| YUV | 106.27 | 105.85 | 206.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 58 | 67 | 0 | 0.73 | 0.69 | 0.15 | 356.58 | 0.67 | 0.54 |
| Hex | D8 | 3A | 43 | 0 | 49 | 45 | F | 165 | 43 | 36 |
| Octal | 330 | 72 | 103 | 0 | 111 | 105 | 17 | 545 | 103 | 66 |
| Binary | 11011000 | 111010 | 1000011 | 0 | 1001001 | 1000101 | 1111 | 101100101 | 1000011 | 110110 |
Color Harmonies of #D83A43
Complementary color
Monochromatic Colors of #D83A43
Black with #D83A43
Text Example
Text Example
White with #D83A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83A43; }
p { color: rgb(216,58,67); }
H1.HeaderClassName
{
color: #D83A43;
}
.AnyTagClassName
{
color: #D83A43;
}
</style>
background-color css
<style>
a { background-color: #D83A43; }
a { background-color: rgb(216,58,67); }
div.DivClassName
{
background-color: #D83A43;
}
.BgClassName
{
background-color: #D83A43;
}
</style>
border-color css
<style>
span { border-color: #D83A43; }
span { border-color: rgb(216,58,67); }
td.TdClassName
{
border-color: #D83A43;
}
.TagClassName
{
border-color: #D83A43;
}
</style>