Shades of Mahogany #C7313B
Tints of Mahogany #C7313B
RGB
CMYK
RGB Variations
Color information
#C7313B (or 0xC7313B) is known color: Mahogany. HEX triplet: C7, 31 and 3B. RGB value is (199,49,59). Sum of RGB (Red+Green+Blue) = 199+49+59=307 (40% of max value = 765). Red value is 199 (78.12% from 255 or 64.82% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 59 (23.44% from 255 or 19.22% from 307); Max value from RGB is 199 - color contains mainly: red. Hex color #C7313B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7313B is #38CEC4. Grayscale: #5F5F5F. Windows color (decimal): -3722949 or 3879367. OLE color: 3879367.
HSL color Cylindrical-coordinate representation of color #C7313B: hue angle of 356º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C7313B is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 49 | 59 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.22 |
| HSL | 356º | 0.6% | 0.49% | - |
| HSV(B) | 356º | 0.75% | 0.78% | - |
| XYZ | 25.44 | 14.65 | 5.63 | - |
| YUV | 94.99 | 107.7 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 49 | 59 | 0 | 0.75 | 0.70 | 0.22 | 356 | 0.6 | 0.49 |
| Hex | C7 | 31 | 3B | 0 | 4B | 46 | 16 | 164 | 3C | 31 |
| Octal | 307 | 61 | 73 | 0 | 113 | 106 | 26 | 544 | 74 | 61 |
| Binary | 11000111 | 110001 | 111011 | 0 | 1001011 | 1000110 | 10110 | 101100100 | 111100 | 110001 |
Color Harmonies of #C7313B
Complementary color
Monochromatic Colors of #C7313B
Black with #C7313B
Text Example
Text Example
White with #C7313B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7313B; }
p { color: rgb(199,49,59); }
H1.HeaderClassName
{
color: #C7313B;
}
.AnyTagClassName
{
color: #C7313B;
}
</style>
background-color css
<style>
a { background-color: #C7313B; }
a { background-color: rgb(199,49,59); }
div.DivClassName
{
background-color: #C7313B;
}
.BgClassName
{
background-color: #C7313B;
}
</style>
border-color css
<style>
span { border-color: #C7313B; }
span { border-color: rgb(199,49,59); }
td.TdClassName
{
border-color: #C7313B;
}
.TagClassName
{
border-color: #C7313B;
}
</style>