Shades of Mahogany #D4363E
Tints of Mahogany #D4363E
RGB
CMYK
RGB Variations
Color information
#D4363E (or 0xD4363E) is known color: Mahogany. HEX triplet: D4, 36 and 3E. RGB value is (212,54,62). Sum of RGB (Red+Green+Blue) = 212+54+62=328 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.63% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 212 - color contains mainly: red. Hex color #D4363E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4363E is #2BC9C1. Grayscale: #666666. Windows color (decimal): -2869698 or 4077268. OLE color: 4077268.
HSL color Cylindrical-coordinate representation of color #D4363E: hue angle of 356.96º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D4363E is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 54 | 62 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.17 |
| HSL | 356.96º | 0.65% | 0.52% | - |
| HSV(B) | 356.96º | 0.75% | 0.83% | - |
| XYZ | 29.34 | 16.98 | 6.29 | - |
| YUV | 102.15 | 105.35 | 206.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 54 | 62 | 0 | 0.75 | 0.71 | 0.17 | 356.96 | 0.65 | 0.52 |
| Hex | D4 | 36 | 3E | 0 | 4B | 47 | 11 | 165 | 41 | 34 |
| Octal | 324 | 66 | 76 | 0 | 113 | 107 | 21 | 545 | 101 | 64 |
| Binary | 11010100 | 110110 | 111110 | 0 | 1001011 | 1000111 | 10001 | 101100101 | 1000001 | 110100 |
Color Harmonies of #D4363E
Complementary color
Monochromatic Colors of #D4363E
Black with #D4363E
Text Example
Text Example
White with #D4363E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4363E; }
p { color: rgb(212,54,62); }
H1.HeaderClassName
{
color: #D4363E;
}
.AnyTagClassName
{
color: #D4363E;
}
</style>
background-color css
<style>
a { background-color: #D4363E; }
a { background-color: rgb(212,54,62); }
div.DivClassName
{
background-color: #D4363E;
}
.BgClassName
{
background-color: #D4363E;
}
</style>
border-color css
<style>
span { border-color: #D4363E; }
span { border-color: rgb(212,54,62); }
td.TdClassName
{
border-color: #D4363E;
}
.TagClassName
{
border-color: #D4363E;
}
</style>