Shades of Mahogany #D83A3C
Tints of Mahogany #D83A3C
RGB
CMYK
RGB Variations
Color information
#D83A3C (or 0xD83A3C) is known color: Mahogany. HEX triplet: D8, 3A and 3C. RGB value is (216,58,60). Sum of RGB (Red+Green+Blue) = 216+58+60=334 (44% of max value = 765). Red value is 216 (84.77% from 255 or 64.67% from 334); Green value is 58 (23.05% from 255 or 17.37% from 334); Blue value is 60 (23.83% from 255 or 17.96% from 334); Max value from RGB is 216 - color contains mainly: red. Hex color #D83A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D83A3C is #27C5C3. Grayscale: #696969. Windows color (decimal): -2606532 or 3947224. OLE color: 3947224.
HSL color Cylindrical-coordinate representation of color #D83A3C: hue angle of 359.24º 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 #D83A3C is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 58 | 60 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.15 |
| HSL | 359.24º | 0.67% | 0.54% | - |
| HSV(B) | 359.24º | 0.73% | 0.85% | - |
| XYZ | 30.65 | 17.95 | 6.12 | - |
| YUV | 105.47 | 102.35 | 206.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 58 | 60 | 0 | 0.73 | 0.72 | 0.15 | 359.24 | 0.67 | 0.54 |
| Hex | D8 | 3A | 3C | 0 | 49 | 48 | F | 167 | 43 | 36 |
| Octal | 330 | 72 | 74 | 0 | 111 | 110 | 17 | 547 | 103 | 66 |
| Binary | 11011000 | 111010 | 111100 | 0 | 1001001 | 1001000 | 1111 | 101100111 | 1000011 | 110110 |
Color Harmonies of #D83A3C
Complementary color
Monochromatic Colors of #D83A3C
Black with #D83A3C
Text Example
Text Example
White with #D83A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D83A3C; }
p { color: rgb(216,58,60); }
H1.HeaderClassName
{
color: #D83A3C;
}
.AnyTagClassName
{
color: #D83A3C;
}
</style>
background-color css
<style>
a { background-color: #D83A3C; }
a { background-color: rgb(216,58,60); }
div.DivClassName
{
background-color: #D83A3C;
}
.BgClassName
{
background-color: #D83A3C;
}
</style>
border-color css
<style>
span { border-color: #D83A3C; }
span { border-color: rgb(216,58,60); }
td.TdClassName
{
border-color: #D83A3C;
}
.TagClassName
{
border-color: #D83A3C;
}
</style>