Shades of Mahogany #D82F34
Tints of Mahogany #D82F34
RGB
CMYK
RGB Variations
Color information
#D82F34 (or 0xD82F34) is known color: Mahogany. HEX triplet: D8, 2F and 34. RGB value is (216,47,52). Sum of RGB (Red+Green+Blue) = 216+47+52=315 (41% of max value = 765). Red value is 216 (84.77% from 255 or 68.57% from 315); Green value is 47 (18.75% from 255 or 14.92% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 216 - color contains mainly: red. Hex color #D82F34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D82F34 is #27D0CB. Grayscale: #626262. Windows color (decimal): -2609356 or 3420120. OLE color: 3420120.
HSL color Cylindrical-coordinate representation of color #D82F34: hue angle of 358.22º degrees, saturation: 0.68, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D82F34 is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 47 | 52 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.15 |
| HSL | 358.22º | 0.68% | 0.52% | - |
| HSV(B) | 358.22º | 0.78% | 0.85% | - |
| XYZ | 29.96 | 16.88 | 4.93 | - |
| YUV | 98.1 | 101.99 | 212.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 47 | 52 | 0 | 0.78 | 0.76 | 0.15 | 358.22 | 0.68 | 0.52 |
| Hex | D8 | 2F | 34 | 0 | 4E | 4C | F | 166 | 44 | 34 |
| Octal | 330 | 57 | 64 | 0 | 116 | 114 | 17 | 546 | 104 | 64 |
| Binary | 11011000 | 101111 | 110100 | 0 | 1001110 | 1001100 | 1111 | 101100110 | 1000100 | 110100 |
Color Harmonies of #D82F34
Complementary color
Monochromatic Colors of #D82F34
Black with #D82F34
Text Example
Text Example
White with #D82F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82F34; }
p { color: rgb(216,47,52); }
H1.HeaderClassName
{
color: #D82F34;
}
.AnyTagClassName
{
color: #D82F34;
}
</style>
background-color css
<style>
a { background-color: #D82F34; }
a { background-color: rgb(216,47,52); }
div.DivClassName
{
background-color: #D82F34;
}
.BgClassName
{
background-color: #D82F34;
}
</style>
border-color css
<style>
span { border-color: #D82F34; }
span { border-color: rgb(216,47,52); }
td.TdClassName
{
border-color: #D82F34;
}
.TagClassName
{
border-color: #D82F34;
}
</style>