Shades of Mahogany #D54246
Tints of Mahogany #D54246
RGB
CMYK
RGB Variations
Color information
#D54246 (or 0xD54246) is known color: Mahogany. HEX triplet: D5, 42 and 46. RGB value is (213,66,70). Sum of RGB (Red+Green+Blue) = 213+66+70=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 66 (26.17% from 255 or 18.91% from 349); Blue value is 70 (27.73% from 255 or 20.06% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D54246 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54246 is #2ABDB9. Grayscale: #6E6E6E. Windows color (decimal): -2801082 or 4604629. OLE color: 4604629.
HSL color Cylindrical-coordinate representation of color #D54246: hue angle of 358.37º degrees, saturation: 0.64, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #D54246 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 66 | 70 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.16 |
| HSL | 358.37º | 0.64% | 0.55% | - |
| HSV(B) | 358.37º | 0.69% | 0.84% | - |
| XYZ | 30.49 | 18.48 | 7.76 | - |
| YUV | 110.41 | 105.2 | 201.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 66 | 70 | 0 | 0.69 | 0.67 | 0.16 | 358.37 | 0.64 | 0.55 |
| Hex | D5 | 42 | 46 | 0 | 45 | 43 | 10 | 166 | 40 | 37 |
| Octal | 325 | 102 | 106 | 0 | 105 | 103 | 20 | 546 | 100 | 67 |
| Binary | 11010101 | 1000010 | 1000110 | 0 | 1000101 | 1000011 | 10000 | 101100110 | 1000000 | 110111 |
Color Harmonies of #D54246
Complementary color
Monochromatic Colors of #D54246
Black with #D54246
Text Example
Text Example
White with #D54246
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54246; }
p { color: rgb(213,66,70); }
H1.HeaderClassName
{
color: #D54246;
}
.AnyTagClassName
{
color: #D54246;
}
</style>
background-color css
<style>
a { background-color: #D54246; }
a { background-color: rgb(213,66,70); }
div.DivClassName
{
background-color: #D54246;
}
.BgClassName
{
background-color: #D54246;
}
</style>
border-color css
<style>
span { border-color: #D54246; }
span { border-color: rgb(213,66,70); }
td.TdClassName
{
border-color: #D54246;
}
.TagClassName
{
border-color: #D54246;
}
</style>