Shades of Mahogany #C73435
Tints of Mahogany #C73435
RGB
CMYK
RGB Variations
Color information
#C73435 (or 0xC73435) is known color: Mahogany. HEX triplet: C7, 34 and 35. RGB value is (199,52,53). Sum of RGB (Red+Green+Blue) = 199+52+53=304 (40% of max value = 765). Red value is 199 (78.12% from 255 or 65.46% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 53 (21.09% from 255 or 17.43% from 304); Max value from RGB is 199 - color contains mainly: red. Hex color #C73435 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73435 is #38CBCA. Grayscale: #606060. Windows color (decimal): -3722187 or 3486919. OLE color: 3486919.
HSL color Cylindrical-coordinate representation of color #C73435: hue angle of 359.59º degrees, saturation: 0.59, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C73435 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 52 | 53 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.22 |
| HSL | 359.59º | 0.59% | 0.49% | - |
| HSV(B) | 359.59º | 0.74% | 0.78% | - |
| XYZ | 25.42 | 14.86 | 4.9 | - |
| YUV | 96.07 | 103.7 | 201.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 52 | 53 | 0 | 0.74 | 0.73 | 0.22 | 359.59 | 0.59 | 0.49 |
| Hex | C7 | 34 | 35 | 0 | 4A | 49 | 16 | 168 | 3B | 31 |
| Octal | 307 | 64 | 65 | 0 | 112 | 111 | 26 | 550 | 73 | 61 |
| Binary | 11000111 | 110100 | 110101 | 0 | 1001010 | 1001001 | 10110 | 101101000 | 111011 | 110001 |
Color Harmonies of #C73435
Complementary color
Monochromatic Colors of #C73435
Black with #C73435
Text Example
Text Example
White with #C73435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73435; }
p { color: rgb(199,52,53); }
H1.HeaderClassName
{
color: #C73435;
}
.AnyTagClassName
{
color: #C73435;
}
</style>
background-color css
<style>
a { background-color: #C73435; }
a { background-color: rgb(199,52,53); }
div.DivClassName
{
background-color: #C73435;
}
.BgClassName
{
background-color: #C73435;
}
</style>
border-color css
<style>
span { border-color: #C73435; }
span { border-color: rgb(199,52,53); }
td.TdClassName
{
border-color: #C73435;
}
.TagClassName
{
border-color: #C73435;
}
</style>