Shades of Mahogany #C73139
Tints of Mahogany #C73139
RGB
CMYK
RGB Variations
Color information
#C73139 (or 0xC73139) is known color: Mahogany. HEX triplet: C7, 31 and 39. RGB value is (199,49,57). Sum of RGB (Red+Green+Blue) = 199+49+57=305 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.25% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 199 - color contains mainly: red. Hex color #C73139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73139 is #38CEC6. Grayscale: #5E5E5E. Windows color (decimal): -3722951 or 3748295. OLE color: 3748295.
HSL color Cylindrical-coordinate representation of color #C73139: hue angle of 356.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 #C73139 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 49 | 57 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.22 |
| HSL | 356.8º | 0.6% | 0.49% | - |
| HSV(B) | 356.8º | 0.75% | 0.78% | - |
| XYZ | 25.39 | 14.63 | 5.36 | - |
| YUV | 94.76 | 106.7 | 202.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 57 | 0 | 0.75 | 0.71 | 0.22 | 356.8 | 0.6 | 0.49 |
| Hex | C7 | 31 | 39 | 0 | 4B | 47 | 16 | 165 | 3C | 31 |
| Octal | 307 | 61 | 71 | 0 | 113 | 107 | 26 | 545 | 74 | 61 |
| Binary | 11000111 | 110001 | 111001 | 0 | 1001011 | 1000111 | 10110 | 101100101 | 111100 | 110001 |
Color Harmonies of #C73139
Complementary color
Monochromatic Colors of #C73139
Black with #C73139
Text Example
Text Example
White with #C73139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73139; }
p { color: rgb(199,49,57); }
H1.HeaderClassName
{
color: #C73139;
}
.AnyTagClassName
{
color: #C73139;
}
</style>
background-color css
<style>
a { background-color: #C73139; }
a { background-color: rgb(199,49,57); }
div.DivClassName
{
background-color: #C73139;
}
.BgClassName
{
background-color: #C73139;
}
</style>
border-color css
<style>
span { border-color: #C73139; }
span { border-color: rgb(199,49,57); }
td.TdClassName
{
border-color: #C73139;
}
.TagClassName
{
border-color: #C73139;
}
</style>