Shades of Mahogany #D7363B
Tints of Mahogany #D7363B
RGB
CMYK
RGB Variations
Color information
#D7363B (or 0xD7363B) is known color: Mahogany. HEX triplet: D7, 36 and 3B. RGB value is (215,54,59). Sum of RGB (Red+Green+Blue) = 215+54+59=328 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.55% from 328); Green value is 54 (21.48% from 255 or 16.46% from 328); Blue value is 59 (23.44% from 255 or 17.99% from 328); Max value from RGB is 215 - color contains mainly: red. Hex color #D7363B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7363B is #28C9C4. Grayscale: #666666. Windows color (decimal): -2673093 or 3880663. OLE color: 3880663.
HSL color Cylindrical-coordinate representation of color #D7363B: hue angle of 358.14º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D7363B is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 54 | 59 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.16 |
| HSL | 358.14º | 0.67% | 0.53% | - |
| HSV(B) | 358.14º | 0.75% | 0.84% | - |
| XYZ | 30.13 | 17.4 | 5.91 | - |
| YUV | 102.71 | 103.34 | 208.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 54 | 59 | 0 | 0.75 | 0.73 | 0.16 | 358.14 | 0.67 | 0.53 |
| Hex | D7 | 36 | 3B | 0 | 4B | 49 | 10 | 166 | 43 | 35 |
| Octal | 327 | 66 | 73 | 0 | 113 | 111 | 20 | 546 | 103 | 65 |
| Binary | 11010111 | 110110 | 111011 | 0 | 1001011 | 1001001 | 10000 | 101100110 | 1000011 | 110101 |
Color Harmonies of #D7363B
Complementary color
Monochromatic Colors of #D7363B
Black with #D7363B
Text Example
Text Example
White with #D7363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7363B; }
p { color: rgb(215,54,59); }
H1.HeaderClassName
{
color: #D7363B;
}
.AnyTagClassName
{
color: #D7363B;
}
</style>
background-color css
<style>
a { background-color: #D7363B; }
a { background-color: rgb(215,54,59); }
div.DivClassName
{
background-color: #D7363B;
}
.BgClassName
{
background-color: #D7363B;
}
</style>
border-color css
<style>
span { border-color: #D7363B; }
span { border-color: rgb(215,54,59); }
td.TdClassName
{
border-color: #D7363B;
}
.TagClassName
{
border-color: #D7363B;
}
</style>