Shades of Mahogany #C72B2F
Tints of Mahogany #C72B2F
RGB
CMYK
RGB Variations
Color information
#C72B2F (or 0xC72B2F) is known color: Mahogany. HEX triplet: C7, 2B and 2F. RGB value is (199,43,47). Sum of RGB (Red+Green+Blue) = 199+43+47=289 (38% of max value = 765). Red value is 199 (78.12% from 255 or 68.86% from 289); Green value is 43 (17.19% from 255 or 14.88% from 289); Blue value is 47 (18.75% from 255 or 16.26% from 289); Max value from RGB is 199 - color contains mainly: red. Hex color #C72B2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C72B2F is #38D4D0. Grayscale: #5A5A5A. Windows color (decimal): -3724497 or 3091399. OLE color: 3091399.
HSL color Cylindrical-coordinate representation of color #C72B2F: hue angle of 358.46º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C72B2F is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 43 | 47 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.22 |
| HSL | 358.46º | 0.64% | 0.47% | - |
| HSV(B) | 358.46º | 0.78% | 0.78% | - |
| XYZ | 24.93 | 14.08 | 4.09 | - |
| YUV | 90.1 | 103.68 | 205.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 43 | 47 | 0 | 0.78 | 0.76 | 0.22 | 358.46 | 0.64 | 0.47 |
| Hex | C7 | 2B | 2F | 0 | 4E | 4C | 16 | 166 | 40 | 2F |
| Octal | 307 | 53 | 57 | 0 | 116 | 114 | 26 | 546 | 100 | 57 |
| Binary | 11000111 | 101011 | 101111 | 0 | 1001110 | 1001100 | 10110 | 101100110 | 1000000 | 101111 |
Color Harmonies of #C72B2F
Complementary color
Monochromatic Colors of #C72B2F
Black with #C72B2F
Text Example
Text Example
White with #C72B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C72B2F; }
p { color: rgb(199,43,47); }
H1.HeaderClassName
{
color: #C72B2F;
}
.AnyTagClassName
{
color: #C72B2F;
}
</style>
background-color css
<style>
a { background-color: #C72B2F; }
a { background-color: rgb(199,43,47); }
div.DivClassName
{
background-color: #C72B2F;
}
.BgClassName
{
background-color: #C72B2F;
}
</style>
border-color css
<style>
span { border-color: #C72B2F; }
span { border-color: rgb(199,43,47); }
td.TdClassName
{
border-color: #C72B2F;
}
.TagClassName
{
border-color: #C72B2F;
}
</style>