Shades of Mahogany #D4313B
Tints of Mahogany #D4313B
RGB
CMYK
RGB Variations
Color information
#D4313B (or 0xD4313B) is known color: Mahogany. HEX triplet: D4, 31 and 3B. RGB value is (212,49,59). Sum of RGB (Red+Green+Blue) = 212+49+59=320 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.25% from 320); Green value is 49 (19.53% from 255 or 15.31% from 320); Blue value is 59 (23.44% from 255 or 18.44% from 320); Max value from RGB is 212 - color contains mainly: red. Hex color #D4313B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4313B is #2BCEC4. Grayscale: #626262. Windows color (decimal): -2870981 or 3879380. OLE color: 3879380.
HSL color Cylindrical-coordinate representation of color #D4313B: hue angle of 356.32º degrees, saturation: 0.65, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D4313B is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 49 | 59 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.17 |
| HSL | 356.32º | 0.65% | 0.51% | - |
| HSV(B) | 356.32º | 0.77% | 0.83% | - |
| XYZ | 29.04 | 16.51 | 5.79 | - |
| YUV | 98.88 | 105.5 | 208.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 49 | 59 | 0 | 0.77 | 0.72 | 0.17 | 356.32 | 0.65 | 0.51 |
| Hex | D4 | 31 | 3B | 0 | 4D | 48 | 11 | 164 | 41 | 33 |
| Octal | 324 | 61 | 73 | 0 | 115 | 110 | 21 | 544 | 101 | 63 |
| Binary | 11010100 | 110001 | 111011 | 0 | 1001101 | 1001000 | 10001 | 101100100 | 1000001 | 110011 |
Color Harmonies of #D4313B
Complementary color
Monochromatic Colors of #D4313B
Black with #D4313B
Text Example
Text Example
White with #D4313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4313B; }
p { color: rgb(212,49,59); }
H1.HeaderClassName
{
color: #D4313B;
}
.AnyTagClassName
{
color: #D4313B;
}
</style>
background-color css
<style>
a { background-color: #D4313B; }
a { background-color: rgb(212,49,59); }
div.DivClassName
{
background-color: #D4313B;
}
.BgClassName
{
background-color: #D4313B;
}
</style>
border-color css
<style>
span { border-color: #D4313B; }
span { border-color: rgb(212,49,59); }
td.TdClassName
{
border-color: #D4313B;
}
.TagClassName
{
border-color: #D4313B;
}
</style>