Shades of Mahogany #D04546
Tints of Mahogany #D04546
RGB
CMYK
RGB Variations
Color information
#D04546 (or 0xD04546) is known color: Mahogany. HEX triplet: D0, 45 and 46. RGB value is (208,69,70). Sum of RGB (Red+Green+Blue) = 208+69+70=347 (45% of max value = 765). Red value is 208 (81.64% from 255 or 59.94% from 347); Green value is 69 (27.34% from 255 or 19.88% from 347); Blue value is 70 (27.73% from 255 or 20.17% from 347); Max value from RGB is 208 - color contains mainly: red. Hex color #D04546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D04546 is #2FBAB9. Grayscale: #6E6E6E. Windows color (decimal): -3127994 or 4605392. OLE color: 4605392.
HSL color Cylindrical-coordinate representation of color #D04546: hue angle of 359.57º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D04546 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 69 | 70 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.18 |
| HSL | 359.57º | 0.6% | 0.54% | - |
| HSV(B) | 359.57º | 0.67% | 0.82% | - |
| XYZ | 29.25 | 18.11 | 7.75 | - |
| YUV | 110.68 | 105.05 | 197.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 69 | 70 | 0 | 0.67 | 0.66 | 0.18 | 359.57 | 0.6 | 0.54 |
| Hex | D0 | 45 | 46 | 0 | 43 | 42 | 12 | 168 | 3C | 36 |
| Octal | 320 | 105 | 106 | 0 | 103 | 102 | 22 | 550 | 74 | 66 |
| Binary | 11010000 | 1000101 | 1000110 | 0 | 1000011 | 1000010 | 10010 | 101101000 | 111100 | 110110 |
Color Harmonies of #D04546
Complementary color
Monochromatic Colors of #D04546
Black with #D04546
Text Example
Text Example
White with #D04546
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D04546; }
p { color: rgb(208,69,70); }
H1.HeaderClassName
{
color: #D04546;
}
.AnyTagClassName
{
color: #D04546;
}
</style>
background-color css
<style>
a { background-color: #D04546; }
a { background-color: rgb(208,69,70); }
div.DivClassName
{
background-color: #D04546;
}
.BgClassName
{
background-color: #D04546;
}
</style>
border-color css
<style>
span { border-color: #D04546; }
span { border-color: rgb(208,69,70); }
td.TdClassName
{
border-color: #D04546;
}
.TagClassName
{
border-color: #D04546;
}
</style>