Shades of Mahogany #D7313D
Tints of Mahogany #D7313D
RGB
CMYK
RGB Variations
Color information
#D7313D (or 0xD7313D) is known color: Mahogany. HEX triplet: D7, 31 and 3D. RGB value is (215,49,61). Sum of RGB (Red+Green+Blue) = 215+49+61=325 (43% of max value = 765). Red value is 215 (84.38% from 255 or 66.15% from 325); Green value is 49 (19.53% from 255 or 15.08% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 215 - color contains mainly: red. Hex color #D7313D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7313D is #28CEC2. Grayscale: #646464. Windows color (decimal): -2674371 or 4010455. OLE color: 4010455.
HSL color Cylindrical-coordinate representation of color #D7313D: hue angle of 355.66º 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 #D7313D is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 49 | 61 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.16 |
| HSL | 355.66º | 0.67% | 0.52% | - |
| HSV(B) | 355.66º | 0.77% | 0.84% | - |
| XYZ | 29.96 | 16.98 | 6.11 | - |
| YUV | 100 | 106 | 210.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 49 | 61 | 0 | 0.77 | 0.72 | 0.16 | 355.66 | 0.67 | 0.52 |
| Hex | D7 | 31 | 3D | 0 | 4D | 48 | 10 | 164 | 43 | 34 |
| Octal | 327 | 61 | 75 | 0 | 115 | 110 | 20 | 544 | 103 | 64 |
| Binary | 11010111 | 110001 | 111101 | 0 | 1001101 | 1001000 | 10000 | 101100100 | 1000011 | 110100 |
Color Harmonies of #D7313D
Complementary color
Monochromatic Colors of #D7313D
Black with #D7313D
Text Example
Text Example
White with #D7313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7313D; }
p { color: rgb(215,49,61); }
H1.HeaderClassName
{
color: #D7313D;
}
.AnyTagClassName
{
color: #D7313D;
}
</style>
background-color css
<style>
a { background-color: #D7313D; }
a { background-color: rgb(215,49,61); }
div.DivClassName
{
background-color: #D7313D;
}
.BgClassName
{
background-color: #D7313D;
}
</style>
border-color css
<style>
span { border-color: #D7313D; }
span { border-color: rgb(215,49,61); }
td.TdClassName
{
border-color: #D7313D;
}
.TagClassName
{
border-color: #D7313D;
}
</style>