Shades of Mahogany #D83C46
Tints of Mahogany #D83C46
RGB
CMYK
RGB Variations
Color information
#D83C46 (or 0xD83C46) is known color: Mahogany. HEX triplet: D8, 3C and 46. RGB value is (216,60,70). Sum of RGB (Red+Green+Blue) = 216+60+70=346 (45% of max value = 765). Red value is 216 (84.77% from 255 or 62.43% from 346); Green value is 60 (23.83% from 255 or 17.34% from 346); Blue value is 70 (27.73% from 255 or 20.23% from 346); Max value from RGB is 216 - color contains mainly: red. Hex color #D83C46 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83C46 is #27C3B9. Grayscale: #6B6B6B. Windows color (decimal): -2606010 or 4603096. OLE color: 4603096.
HSL color Cylindrical-coordinate representation of color #D83C46: hue angle of 356.15º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D83C46 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 60 | 70 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.15 |
| HSL | 356.15º | 0.67% | 0.54% | - |
| HSV(B) | 356.15º | 0.72% | 0.85% | - |
| XYZ | 31.04 | 18.27 | 7.69 | - |
| YUV | 107.78 | 106.68 | 205.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 60 | 70 | 0 | 0.72 | 0.68 | 0.15 | 356.15 | 0.67 | 0.54 |
| Hex | D8 | 3C | 46 | 0 | 48 | 44 | F | 164 | 43 | 36 |
| Octal | 330 | 74 | 106 | 0 | 110 | 104 | 17 | 544 | 103 | 66 |
| Binary | 11011000 | 111100 | 1000110 | 0 | 1001000 | 1000100 | 1111 | 101100100 | 1000011 | 110110 |
Color Harmonies of #D83C46
Complementary color
Monochromatic Colors of #D83C46
Black with #D83C46
Text Example
Text Example
White with #D83C46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83C46; }
p { color: rgb(216,60,70); }
H1.HeaderClassName
{
color: #D83C46;
}
.AnyTagClassName
{
color: #D83C46;
}
</style>
background-color css
<style>
a { background-color: #D83C46; }
a { background-color: rgb(216,60,70); }
div.DivClassName
{
background-color: #D83C46;
}
.BgClassName
{
background-color: #D83C46;
}
</style>
border-color css
<style>
span { border-color: #D83C46; }
span { border-color: rgb(216,60,70); }
td.TdClassName
{
border-color: #D83C46;
}
.TagClassName
{
border-color: #D83C46;
}
</style>