Shades of Mahogany #C73A41
Tints of Mahogany #C73A41
RGB
CMYK
RGB Variations
Color information
#C73A41 (or 0xC73A41) is known color: Mahogany. HEX triplet: C7, 3A and 41. RGB value is (199,58,65). Sum of RGB (Red+Green+Blue) = 199+58+65=322 (42% of max value = 765). Red value is 199 (78.12% from 255 or 61.80% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 199 - color contains mainly: red. Hex color #C73A41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73A41 is #38C5BE. Grayscale: #656565. Windows color (decimal): -3720639 or 4274887. OLE color: 4274887.
HSL color Cylindrical-coordinate representation of color #C73A41: hue angle of 357.02º 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 #C73A41 is Cyan = 0, Magento = 0.71, Yellow = 0.67 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 58 | 65 | - |
| CMYK | 0 | 0.71 | 0.67 | 0.22 |
| HSL | 357.02º | 0.56% | 0.5% | - |
| HSV(B) | 357.02º | 0.71% | 0.78% | - |
| XYZ | 26.02 | 15.55 | 6.63 | - |
| YUV | 100.96 | 107.71 | 197.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 58 | 65 | 0 | 0.71 | 0.67 | 0.22 | 357.02 | 0.56 | 0.5 |
| Hex | C7 | 3A | 41 | 0 | 47 | 43 | 16 | 165 | 38 | 32 |
| Octal | 307 | 72 | 101 | 0 | 107 | 103 | 26 | 545 | 70 | 62 |
| Binary | 11000111 | 111010 | 1000001 | 0 | 1000111 | 1000011 | 10110 | 101100101 | 111000 | 110010 |
Color Harmonies of #C73A41
Complementary color
Monochromatic Colors of #C73A41
Black with #C73A41
Text Example
Text Example
White with #C73A41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73A41; }
p { color: rgb(199,58,65); }
H1.HeaderClassName
{
color: #C73A41;
}
.AnyTagClassName
{
color: #C73A41;
}
</style>
background-color css
<style>
a { background-color: #C73A41; }
a { background-color: rgb(199,58,65); }
div.DivClassName
{
background-color: #C73A41;
}
.BgClassName
{
background-color: #C73A41;
}
</style>
border-color css
<style>
span { border-color: #C73A41; }
span { border-color: rgb(199,58,65); }
td.TdClassName
{
border-color: #C73A41;
}
.TagClassName
{
border-color: #C73A41;
}
</style>