Shades of Mahogany #C73134
Tints of Mahogany #C73134
RGB
CMYK
RGB Variations
Color information
#C73134 (or 0xC73134) is known color: Mahogany. HEX triplet: C7, 31 and 34. RGB value is (199,49,52). Sum of RGB (Red+Green+Blue) = 199+49+52=300 (39% of max value = 765). Red value is 199 (78.12% from 255 or 66.33% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 199 - color contains mainly: red. Hex color #C73134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73134 is #38CECB. Grayscale: #5E5E5E. Windows color (decimal): -3722956 or 3420615. OLE color: 3420615.
HSL color Cylindrical-coordinate representation of color #C73134: hue angle of 358.8º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C73134 is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 49 | 52 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.22 |
| HSL | 358.8º | 0.6% | 0.49% | - |
| HSV(B) | 358.8º | 0.75% | 0.78% | - |
| XYZ | 25.27 | 14.59 | 4.73 | - |
| YUV | 94.19 | 104.2 | 202.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 52 | 0 | 0.75 | 0.74 | 0.22 | 358.8 | 0.6 | 0.49 |
| Hex | C7 | 31 | 34 | 0 | 4B | 4A | 16 | 167 | 3C | 31 |
| Octal | 307 | 61 | 64 | 0 | 113 | 112 | 26 | 547 | 74 | 61 |
| Binary | 11000111 | 110001 | 110100 | 0 | 1001011 | 1001010 | 10110 | 101100111 | 111100 | 110001 |
Color Harmonies of #C73134
Complementary color
Monochromatic Colors of #C73134
Black with #C73134
Text Example
Text Example
White with #C73134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73134; }
p { color: rgb(199,49,52); }
H1.HeaderClassName
{
color: #C73134;
}
.AnyTagClassName
{
color: #C73134;
}
</style>
background-color css
<style>
a { background-color: #C73134; }
a { background-color: rgb(199,49,52); }
div.DivClassName
{
background-color: #C73134;
}
.BgClassName
{
background-color: #C73134;
}
</style>
border-color css
<style>
span { border-color: #C73134; }
span { border-color: rgb(199,49,52); }
td.TdClassName
{
border-color: #C73134;
}
.TagClassName
{
border-color: #C73134;
}
</style>