Shades of Mahogany #C73538
Tints of Mahogany #C73538
RGB
CMYK
RGB Variations
Color information
#C73538 (or 0xC73538) is known color: Mahogany. HEX triplet: C7, 35 and 38. RGB value is (199,53,56). Sum of RGB (Red+Green+Blue) = 199+53+56=308 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.61% from 308); Green value is 53 (21.09% from 255 or 17.21% from 308); Blue value is 56 (22.27% from 255 or 18.18% from 308); Max value from RGB is 199 - color contains mainly: red. Hex color #C73538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73538 is #38CAC7. Grayscale: #616161. Windows color (decimal): -3721928 or 3683783. OLE color: 3683783.
HSL color Cylindrical-coordinate representation of color #C73538: hue angle of 358.77º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C73538 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 53 | 56 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.22 |
| HSL | 358.77º | 0.58% | 0.49% | - |
| HSV(B) | 358.77º | 0.73% | 0.78% | - |
| XYZ | 25.54 | 14.97 | 5.29 | - |
| YUV | 97 | 104.87 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 53 | 56 | 0 | 0.73 | 0.72 | 0.22 | 358.77 | 0.58 | 0.49 |
| Hex | C7 | 35 | 38 | 0 | 49 | 48 | 16 | 167 | 3A | 31 |
| Octal | 307 | 65 | 70 | 0 | 111 | 110 | 26 | 547 | 72 | 61 |
| Binary | 11000111 | 110101 | 111000 | 0 | 1001001 | 1001000 | 10110 | 101100111 | 111010 | 110001 |
Color Harmonies of #C73538
Complementary color
Monochromatic Colors of #C73538
Black with #C73538
Text Example
Text Example
White with #C73538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73538; }
p { color: rgb(199,53,56); }
H1.HeaderClassName
{
color: #C73538;
}
.AnyTagClassName
{
color: #C73538;
}
</style>
background-color css
<style>
a { background-color: #C73538; }
a { background-color: rgb(199,53,56); }
div.DivClassName
{
background-color: #C73538;
}
.BgClassName
{
background-color: #C73538;
}
</style>
border-color css
<style>
span { border-color: #C73538; }
span { border-color: rgb(199,53,56); }
td.TdClassName
{
border-color: #C73538;
}
.TagClassName
{
border-color: #C73538;
}
</style>