Shades of Mahogany #C7373B
Tints of Mahogany #C7373B
RGB
CMYK
RGB Variations
Color information
#C7373B (or 0xC7373B) is known color: Mahogany. HEX triplet: C7, 37 and 3B. RGB value is (199,55,59). Sum of RGB (Red+Green+Blue) = 199+55+59=313 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.58% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 59 (23.44% from 255 or 18.85% from 313); Max value from RGB is 199 - color contains mainly: red. Hex color #C7373B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7373B is #38C8C4. Grayscale: #626262. Windows color (decimal): -3721413 or 3880903. OLE color: 3880903.
HSL color Cylindrical-coordinate representation of color #C7373B: hue angle of 358.33º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C7373B is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 55 | 59 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.22 |
| HSL | 358.33º | 0.57% | 0.5% | - |
| HSV(B) | 358.33º | 0.72% | 0.78% | - |
| XYZ | 25.71 | 15.19 | 5.71 | - |
| YUV | 98.51 | 105.71 | 199.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 55 | 59 | 0 | 0.72 | 0.70 | 0.22 | 358.33 | 0.57 | 0.5 |
| Hex | C7 | 37 | 3B | 0 | 48 | 46 | 16 | 166 | 39 | 32 |
| Octal | 307 | 67 | 73 | 0 | 110 | 106 | 26 | 546 | 71 | 62 |
| Binary | 11000111 | 110111 | 111011 | 0 | 1001000 | 1000110 | 10110 | 101100110 | 111001 | 110010 |
Color Harmonies of #C7373B
Complementary color
Monochromatic Colors of #C7373B
Black with #C7373B
Text Example
Text Example
White with #C7373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7373B; }
p { color: rgb(199,55,59); }
H1.HeaderClassName
{
color: #C7373B;
}
.AnyTagClassName
{
color: #C7373B;
}
</style>
background-color css
<style>
a { background-color: #C7373B; }
a { background-color: rgb(199,55,59); }
div.DivClassName
{
background-color: #C7373B;
}
.BgClassName
{
background-color: #C7373B;
}
</style>
border-color css
<style>
span { border-color: #C7373B; }
span { border-color: rgb(199,55,59); }
td.TdClassName
{
border-color: #C7373B;
}
.TagClassName
{
border-color: #C7373B;
}
</style>