Shades of Mahogany #D7313B
Tints of Mahogany #D7313B
RGB
CMYK
RGB Variations
Color information
#D7313B (or 0xD7313B) is known color: Mahogany. HEX triplet: D7, 31 and 3B. RGB value is (215,49,59). Sum of RGB (Red+Green+Blue) = 215+49+59=323 (42% of max value = 765). Red value is 215 (84.38% from 255 or 66.56% from 323); Green value is 49 (19.53% from 255 or 15.17% from 323); Blue value is 59 (23.44% from 255 or 18.27% from 323); Max value from RGB is 215 - color contains mainly: red. Hex color #D7313B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7313B is #28CEC4. Grayscale: #636363. Windows color (decimal): -2674373 or 3879383. OLE color: 3879383.
HSL color Cylindrical-coordinate representation of color #D7313B: hue angle of 356.39º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D7313B is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 49 | 59 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.16 |
| HSL | 356.39º | 0.67% | 0.52% | - |
| HSV(B) | 356.39º | 0.77% | 0.84% | - |
| XYZ | 29.91 | 16.96 | 5.83 | - |
| YUV | 99.77 | 105 | 210.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 49 | 59 | 0 | 0.77 | 0.73 | 0.16 | 356.39 | 0.67 | 0.52 |
| Hex | D7 | 31 | 3B | 0 | 4D | 49 | 10 | 164 | 43 | 34 |
| Octal | 327 | 61 | 73 | 0 | 115 | 111 | 20 | 544 | 103 | 64 |
| Binary | 11010111 | 110001 | 111011 | 0 | 1001101 | 1001001 | 10000 | 101100100 | 1000011 | 110100 |
Color Harmonies of #D7313B
Complementary color
Monochromatic Colors of #D7313B
Black with #D7313B
Text Example
Text Example
White with #D7313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7313B; }
p { color: rgb(215,49,59); }
H1.HeaderClassName
{
color: #D7313B;
}
.AnyTagClassName
{
color: #D7313B;
}
</style>
background-color css
<style>
a { background-color: #D7313B; }
a { background-color: rgb(215,49,59); }
div.DivClassName
{
background-color: #D7313B;
}
.BgClassName
{
background-color: #D7313B;
}
</style>
border-color css
<style>
span { border-color: #D7313B; }
span { border-color: rgb(215,49,59); }
td.TdClassName
{
border-color: #D7313B;
}
.TagClassName
{
border-color: #D7313B;
}
</style>