Shades of Mahogany #C73F45
Tints of Mahogany #C73F45
RGB
CMYK
RGB Variations
Color information
#C73F45 (or 0xC73F45) is known color: Mahogany. HEX triplet: C7, 3F and 45. RGB value is (199,63,69). Sum of RGB (Red+Green+Blue) = 199+63+69=331 (43% of max value = 765). Red value is 199 (78.12% from 255 or 60.12% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 69 (27.34% from 255 or 20.85% from 331); Max value from RGB is 199 - color contains mainly: red. Hex color #C73F45 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73F45 is #38C0BA. Grayscale: #686868. Windows color (decimal): -3719355 or 4538311. OLE color: 4538311.
HSL color Cylindrical-coordinate representation of color #C73F45: hue angle of 357.35º degrees, saturation: 0.55, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C73F45 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 63 | 69 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.22 |
| HSL | 357.35º | 0.55% | 0.51% | - |
| HSV(B) | 357.35º | 0.68% | 0.78% | - |
| XYZ | 26.4 | 16.13 | 7.35 | - |
| YUV | 104.35 | 108.06 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 63 | 69 | 0 | 0.68 | 0.65 | 0.22 | 357.35 | 0.55 | 0.51 |
| Hex | C7 | 3F | 45 | 0 | 44 | 41 | 16 | 165 | 37 | 33 |
| Octal | 307 | 77 | 105 | 0 | 104 | 101 | 26 | 545 | 67 | 63 |
| Binary | 11000111 | 111111 | 1000101 | 0 | 1000100 | 1000001 | 10110 | 101100101 | 110111 | 110011 |
Color Harmonies of #C73F45
Complementary color
Monochromatic Colors of #C73F45
Black with #C73F45
Text Example
Text Example
White with #C73F45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73F45; }
p { color: rgb(199,63,69); }
H1.HeaderClassName
{
color: #C73F45;
}
.AnyTagClassName
{
color: #C73F45;
}
</style>
background-color css
<style>
a { background-color: #C73F45; }
a { background-color: rgb(199,63,69); }
div.DivClassName
{
background-color: #C73F45;
}
.BgClassName
{
background-color: #C73F45;
}
</style>
border-color css
<style>
span { border-color: #C73F45; }
span { border-color: rgb(199,63,69); }
td.TdClassName
{
border-color: #C73F45;
}
.TagClassName
{
border-color: #C73F45;
}
</style>