Shades of Mahogany #C7373D
Tints of Mahogany #C7373D
RGB
CMYK
RGB Variations
Color information
#C7373D (or 0xC7373D) is known color: Mahogany. HEX triplet: C7, 37 and 3D. RGB value is (199,55,61). Sum of RGB (Red+Green+Blue) = 199+55+61=315 (41% of max value = 765). Red value is 199 (78.12% from 255 or 63.17% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 199 - color contains mainly: red. Hex color #C7373D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7373D is #38C8C2. Grayscale: #626262. Windows color (decimal): -3721411 or 4011975. OLE color: 4011975.
HSL color Cylindrical-coordinate representation of color #C7373D: hue angle of 357.5º 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 #C7373D is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 55 | 61 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.22 |
| HSL | 357.5º | 0.57% | 0.5% | - |
| HSV(B) | 357.5º | 0.72% | 0.78% | - |
| XYZ | 25.76 | 15.21 | 5.99 | - |
| YUV | 98.74 | 106.71 | 199.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 55 | 61 | 0 | 0.72 | 0.69 | 0.22 | 357.5 | 0.57 | 0.5 |
| Hex | C7 | 37 | 3D | 0 | 48 | 45 | 16 | 166 | 39 | 32 |
| Octal | 307 | 67 | 75 | 0 | 110 | 105 | 26 | 546 | 71 | 62 |
| Binary | 11000111 | 110111 | 111101 | 0 | 1001000 | 1000101 | 10110 | 101100110 | 111001 | 110010 |
Color Harmonies of #C7373D
Complementary color
Monochromatic Colors of #C7373D
Black with #C7373D
Text Example
Text Example
White with #C7373D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7373D; }
p { color: rgb(199,55,61); }
H1.HeaderClassName
{
color: #C7373D;
}
.AnyTagClassName
{
color: #C7373D;
}
</style>
background-color css
<style>
a { background-color: #C7373D; }
a { background-color: rgb(199,55,61); }
div.DivClassName
{
background-color: #C7373D;
}
.BgClassName
{
background-color: #C7373D;
}
</style>
border-color css
<style>
span { border-color: #C7373D; }
span { border-color: rgb(199,55,61); }
td.TdClassName
{
border-color: #C7373D;
}
.TagClassName
{
border-color: #C7373D;
}
</style>