Shades of Mahogany #D4383E
Tints of Mahogany #D4383E
RGB
CMYK
RGB Variations
Color information
#D4383E (or 0xD4383E) is known color: Mahogany. HEX triplet: D4, 38 and 3E. RGB value is (212,56,62). Sum of RGB (Red+Green+Blue) = 212+56+62=330 (43% of max value = 765). Red value is 212 (83.20% from 255 or 64.24% from 330); Green value is 56 (22.27% from 255 or 16.97% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 212 - color contains mainly: red. Hex color #D4383E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4383E is #2BC7C1. Grayscale: #676767. Windows color (decimal): -2869186 or 4077780. OLE color: 4077780.
HSL color Cylindrical-coordinate representation of color #D4383E: hue angle of 357.69º degrees, saturation: 0.64, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D4383E is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 56 | 62 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.17 |
| HSL | 357.69º | 0.64% | 0.53% | - |
| HSV(B) | 357.69º | 0.74% | 0.83% | - |
| XYZ | 29.44 | 17.17 | 6.32 | - |
| YUV | 103.33 | 104.68 | 205.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 56 | 62 | 0 | 0.74 | 0.71 | 0.17 | 357.69 | 0.64 | 0.53 |
| Hex | D4 | 38 | 3E | 0 | 4A | 47 | 11 | 166 | 40 | 35 |
| Octal | 324 | 70 | 76 | 0 | 112 | 107 | 21 | 546 | 100 | 65 |
| Binary | 11010100 | 111000 | 111110 | 0 | 1001010 | 1000111 | 10001 | 101100110 | 1000000 | 110101 |
Color Harmonies of #D4383E
Complementary color
Monochromatic Colors of #D4383E
Black with #D4383E
Text Example
Text Example
White with #D4383E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4383E; }
p { color: rgb(212,56,62); }
H1.HeaderClassName
{
color: #D4383E;
}
.AnyTagClassName
{
color: #D4383E;
}
</style>
background-color css
<style>
a { background-color: #D4383E; }
a { background-color: rgb(212,56,62); }
div.DivClassName
{
background-color: #D4383E;
}
.BgClassName
{
background-color: #D4383E;
}
</style>
border-color css
<style>
span { border-color: #D4383E; }
span { border-color: rgb(212,56,62); }
td.TdClassName
{
border-color: #D4383E;
}
.TagClassName
{
border-color: #D4383E;
}
</style>