Shades of Mahogany #D4323B
Tints of Mahogany #D4323B
RGB
CMYK
RGB Variations
Color information
#D4323B (or 0xD4323B) is known color: Mahogany. HEX triplet: D4, 32 and 3B. RGB value is (212,50,59). Sum of RGB (Red+Green+Blue) = 212+50+59=321 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.04% from 321); Green value is 50 (19.92% from 255 or 15.58% from 321); Blue value is 59 (23.44% from 255 or 18.38% from 321); Max value from RGB is 212 - color contains mainly: red. Hex color #D4323B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4323B is #2BCDC4. Grayscale: #636363. Windows color (decimal): -2870725 or 3879636. OLE color: 3879636.
HSL color Cylindrical-coordinate representation of color #D4323B: hue angle of 356.67º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D4323B is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 50 | 59 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.17 |
| HSL | 356.67º | 0.65% | 0.51% | - |
| HSV(B) | 356.67º | 0.76% | 0.83% | - |
| XYZ | 29.08 | 16.59 | 5.81 | - |
| YUV | 99.46 | 105.17 | 208.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 50 | 59 | 0 | 0.76 | 0.72 | 0.17 | 356.67 | 0.65 | 0.51 |
| Hex | D4 | 32 | 3B | 0 | 4C | 48 | 11 | 165 | 41 | 33 |
| Octal | 324 | 62 | 73 | 0 | 114 | 110 | 21 | 545 | 101 | 63 |
| Binary | 11010100 | 110010 | 111011 | 0 | 1001100 | 1001000 | 10001 | 101100101 | 1000001 | 110011 |
Color Harmonies of #D4323B
Complementary color
Monochromatic Colors of #D4323B
Black with #D4323B
Text Example
Text Example
White with #D4323B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4323B; }
p { color: rgb(212,50,59); }
H1.HeaderClassName
{
color: #D4323B;
}
.AnyTagClassName
{
color: #D4323B;
}
</style>
background-color css
<style>
a { background-color: #D4323B; }
a { background-color: rgb(212,50,59); }
div.DivClassName
{
background-color: #D4323B;
}
.BgClassName
{
background-color: #D4323B;
}
</style>
border-color css
<style>
span { border-color: #D4323B; }
span { border-color: rgb(212,50,59); }
td.TdClassName
{
border-color: #D4323B;
}
.TagClassName
{
border-color: #D4323B;
}
</style>