Shades of Mahogany #C73A40
Tints of Mahogany #C73A40
RGB
CMYK
RGB Variations
Color information
#C73A40 (or 0xC73A40) is known color: Mahogany. HEX triplet: C7, 3A and 40. RGB value is (199,58,64). Sum of RGB (Red+Green+Blue) = 199+58+64=321 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.99% from 321); Green value is 58 (23.05% from 255 or 18.07% from 321); Blue value is 64 (25.39% from 255 or 19.94% from 321); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73A40 is #38C5BF. Grayscale: #646464. Windows color (decimal): -3720640 or 4209351. OLE color: 4209351.
HSL color Cylindrical-coordinate representation of color #C73A40: hue angle of 357.45º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C73A40 is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 58 | 64 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.22 |
| HSL | 357.45º | 0.56% | 0.5% | - |
| HSV(B) | 357.45º | 0.71% | 0.78% | - |
| XYZ | 25.99 | 15.54 | 6.48 | - |
| YUV | 100.84 | 107.21 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 64 | 0 | 0.71 | 0.68 | 0.22 | 357.45 | 0.56 | 0.5 |
| Hex | C7 | 3A | 40 | 0 | 47 | 44 | 16 | 165 | 38 | 32 |
| Octal | 307 | 72 | 100 | 0 | 107 | 104 | 26 | 545 | 70 | 62 |
| Binary | 11000111 | 111010 | 1000000 | 0 | 1000111 | 1000100 | 10110 | 101100101 | 111000 | 110010 |
Color Harmonies of #C73A40
Complementary color
Monochromatic Colors of #C73A40
Black with #C73A40
Text Example
Text Example
White with #C73A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73A40; }
p { color: rgb(199,58,64); }
H1.HeaderClassName
{
color: #C73A40;
}
.AnyTagClassName
{
color: #C73A40;
}
</style>
background-color css
<style>
a { background-color: #C73A40; }
a { background-color: rgb(199,58,64); }
div.DivClassName
{
background-color: #C73A40;
}
.BgClassName
{
background-color: #C73A40;
}
</style>
border-color css
<style>
span { border-color: #C73A40; }
span { border-color: rgb(199,58,64); }
td.TdClassName
{
border-color: #C73A40;
}
.TagClassName
{
border-color: #C73A40;
}
</style>