Shades of Mahogany #C73034
Tints of Mahogany #C73034
RGB
CMYK
RGB Variations
Color information
#C73034 (or 0xC73034) is known color: Mahogany. HEX triplet: C7, 30 and 34. RGB value is (199,48,52). Sum of RGB (Red+Green+Blue) = 199+48+52=299 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.56% from 299); Green value is 48 (19.14% from 255 or 16.05% from 299); Blue value is 52 (20.70% from 255 or 17.39% from 299); Max value from RGB is 199 - color contains mainly: red. Hex color #C73034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73034 is #38CFCB. Grayscale: #5D5D5D. Windows color (decimal): -3723212 or 3420359. OLE color: 3420359.
HSL color Cylindrical-coordinate representation of color #C73034: hue angle of 358.41º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C73034 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 48 | 52 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.22 |
| HSL | 358.41º | 0.61% | 0.48% | - |
| HSV(B) | 358.41º | 0.76% | 0.78% | - |
| XYZ | 25.23 | 14.5 | 4.72 | - |
| YUV | 93.61 | 104.53 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 48 | 52 | 0 | 0.76 | 0.74 | 0.22 | 358.41 | 0.61 | 0.48 |
| Hex | C7 | 30 | 34 | 0 | 4C | 4A | 16 | 166 | 3D | 30 |
| Octal | 307 | 60 | 64 | 0 | 114 | 112 | 26 | 546 | 75 | 60 |
| Binary | 11000111 | 110000 | 110100 | 0 | 1001100 | 1001010 | 10110 | 101100110 | 111101 | 110000 |
Color Harmonies of #C73034
Complementary color
Monochromatic Colors of #C73034
Black with #C73034
Text Example
Text Example
White with #C73034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73034; }
p { color: rgb(199,48,52); }
H1.HeaderClassName
{
color: #C73034;
}
.AnyTagClassName
{
color: #C73034;
}
</style>
background-color css
<style>
a { background-color: #C73034; }
a { background-color: rgb(199,48,52); }
div.DivClassName
{
background-color: #C73034;
}
.BgClassName
{
background-color: #C73034;
}
</style>
border-color css
<style>
span { border-color: #C73034; }
span { border-color: rgb(199,48,52); }
td.TdClassName
{
border-color: #C73034;
}
.TagClassName
{
border-color: #C73034;
}
</style>