Shades of Mahogany #D83C3E
Tints of Mahogany #D83C3E
RGB
CMYK
RGB Variations
Color information
#D83C3E (or 0xD83C3E) is known color: Mahogany. HEX triplet: D8, 3C and 3E. RGB value is (216,60,62). Sum of RGB (Red+Green+Blue) = 216+60+62=338 (44% of max value = 765). Red value is 216 (84.77% from 255 or 63.91% from 338); Green value is 60 (23.83% from 255 or 17.75% from 338); Blue value is 62 (24.61% from 255 or 18.34% from 338); Max value from RGB is 216 - color contains mainly: red. Hex color #D83C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83C3E is #27C3C1. Grayscale: #6B6B6B. Windows color (decimal): -2606018 or 4078808. OLE color: 4078808.
HSL color Cylindrical-coordinate representation of color #D83C3E: hue angle of 359.23º 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 #D83C3E is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 60 | 62 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.15 |
| HSL | 359.23º | 0.67% | 0.54% | - |
| HSV(B) | 359.23º | 0.72% | 0.85% | - |
| XYZ | 30.8 | 18.18 | 6.44 | - |
| YUV | 106.87 | 102.68 | 205.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 60 | 62 | 0 | 0.72 | 0.71 | 0.15 | 359.23 | 0.67 | 0.54 |
| Hex | D8 | 3C | 3E | 0 | 48 | 47 | F | 167 | 43 | 36 |
| Octal | 330 | 74 | 76 | 0 | 110 | 107 | 17 | 547 | 103 | 66 |
| Binary | 11011000 | 111100 | 111110 | 0 | 1001000 | 1000111 | 1111 | 101100111 | 1000011 | 110110 |
Color Harmonies of #D83C3E
Complementary color
Monochromatic Colors of #D83C3E
Black with #D83C3E
Text Example
Text Example
White with #D83C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83C3E; }
p { color: rgb(216,60,62); }
H1.HeaderClassName
{
color: #D83C3E;
}
.AnyTagClassName
{
color: #D83C3E;
}
</style>
background-color css
<style>
a { background-color: #D83C3E; }
a { background-color: rgb(216,60,62); }
div.DivClassName
{
background-color: #D83C3E;
}
.BgClassName
{
background-color: #D83C3E;
}
</style>
border-color css
<style>
span { border-color: #D83C3E; }
span { border-color: rgb(216,60,62); }
td.TdClassName
{
border-color: #D83C3E;
}
.TagClassName
{
border-color: #D83C3E;
}
</style>