Shades of Mahogany #D7323F
Tints of Mahogany #D7323F
RGB
CMYK
RGB Variations
Color information
#D7323F (or 0xD7323F) is known color: Mahogany. HEX triplet: D7, 32 and 3F. RGB value is (215,50,63). Sum of RGB (Red+Green+Blue) = 215+50+63=328 (43% of max value = 765). Red value is 215 (84.38% from 255 or 65.55% from 328); Green value is 50 (19.92% from 255 or 15.24% from 328); Blue value is 63 (25% from 255 or 19.21% from 328); Max value from RGB is 215 - color contains mainly: red. Hex color #D7323F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D7323F is #28CDC0. Grayscale: #646464. Windows color (decimal): -2674113 or 4141783. OLE color: 4141783.
HSL color Cylindrical-coordinate representation of color #D7323F: hue angle of 355.27º 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 #D7323F is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 50 | 63 | - |
| CMYK | 0 | 0.77 | 0.71 | 0.16 |
| HSL | 355.27º | 0.67% | 0.52% | - |
| HSV(B) | 355.27º | 0.77% | 0.84% | - |
| XYZ | 30.06 | 17.09 | 6.42 | - |
| YUV | 100.82 | 106.66 | 209.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 50 | 63 | 0 | 0.77 | 0.71 | 0.16 | 355.27 | 0.67 | 0.52 |
| Hex | D7 | 32 | 3F | 0 | 4D | 47 | 10 | 163 | 43 | 34 |
| Octal | 327 | 62 | 77 | 0 | 115 | 107 | 20 | 543 | 103 | 64 |
| Binary | 11010111 | 110010 | 111111 | 0 | 1001101 | 1000111 | 10000 | 101100011 | 1000011 | 110100 |
Color Harmonies of #D7323F
Complementary color
Monochromatic Colors of #D7323F
Black with #D7323F
Text Example
Text Example
White with #D7323F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7323F; }
p { color: rgb(215,50,63); }
H1.HeaderClassName
{
color: #D7323F;
}
.AnyTagClassName
{
color: #D7323F;
}
</style>
background-color css
<style>
a { background-color: #D7323F; }
a { background-color: rgb(215,50,63); }
div.DivClassName
{
background-color: #D7323F;
}
.BgClassName
{
background-color: #D7323F;
}
</style>
border-color css
<style>
span { border-color: #D7323F; }
span { border-color: rgb(215,50,63); }
td.TdClassName
{
border-color: #D7323F;
}
.TagClassName
{
border-color: #D7323F;
}
</style>