Shades of Mahogany #C73B3E
Tints of Mahogany #C73B3E
RGB
CMYK
RGB Variations
Color information
#C73B3E (or 0xC73B3E) is known color: Mahogany. HEX triplet: C7, 3B and 3E. RGB value is (199,59,62). Sum of RGB (Red+Green+Blue) = 199+59+62=320 (42% of max value = 765). Red value is 199 (78.12% from 255 or 62.19% from 320); Green value is 59 (23.44% from 255 or 18.44% from 320); Blue value is 62 (24.61% from 255 or 19.38% from 320); Max value from RGB is 199 - color contains mainly: red. Hex color #C73B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C73B3E is #38C4C1. Grayscale: #656565. Windows color (decimal): -3720386 or 4078535. OLE color: 4078535.
HSL color Cylindrical-coordinate representation of color #C73B3E: hue angle of 358.71º degrees, saturation: 0.56, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C73B3E is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 59 | 62 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.22 |
| HSL | 358.71º | 0.56% | 0.51% | - |
| HSV(B) | 358.71º | 0.7% | 0.78% | - |
| XYZ | 25.99 | 15.62 | 6.2 | - |
| YUV | 101.2 | 105.88 | 197.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 59 | 62 | 0 | 0.70 | 0.69 | 0.22 | 358.71 | 0.56 | 0.51 |
| Hex | C7 | 3B | 3E | 0 | 46 | 45 | 16 | 167 | 38 | 33 |
| Octal | 307 | 73 | 76 | 0 | 106 | 105 | 26 | 547 | 70 | 63 |
| Binary | 11000111 | 111011 | 111110 | 0 | 1000110 | 1000101 | 10110 | 101100111 | 111000 | 110011 |
Color Harmonies of #C73B3E
Complementary color
Monochromatic Colors of #C73B3E
Black with #C73B3E
Text Example
Text Example
White with #C73B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C73B3E; }
p { color: rgb(199,59,62); }
H1.HeaderClassName
{
color: #C73B3E;
}
.AnyTagClassName
{
color: #C73B3E;
}
</style>
background-color css
<style>
a { background-color: #C73B3E; }
a { background-color: rgb(199,59,62); }
div.DivClassName
{
background-color: #C73B3E;
}
.BgClassName
{
background-color: #C73B3E;
}
</style>
border-color css
<style>
span { border-color: #C73B3E; }
span { border-color: rgb(199,59,62); }
td.TdClassName
{
border-color: #C73B3E;
}
.TagClassName
{
border-color: #C73B3E;
}
</style>