Shades of Mahogany #C8313A
Tints of Mahogany #C8313A
RGB
CMYK
RGB Variations
Color information
#C8313A (or 0xC8313A) is known color: Mahogany. HEX triplet: C8, 31 and 3A. RGB value is (200,49,58). Sum of RGB (Red+Green+Blue) = 200+49+58=307 (40% of max value = 765). Red value is 200 (78.52% from 255 or 65.15% from 307); Green value is 49 (19.53% from 255 or 15.96% from 307); Blue value is 58 (23.05% from 255 or 18.89% from 307); Max value from RGB is 200 - color contains mainly: red. Hex color #C8313A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8313A is #37CEC5. Grayscale: #5F5F5F. Windows color (decimal): -3657414 or 3813832. OLE color: 3813832.
HSL color Cylindrical-coordinate representation of color #C8313A: hue angle of 356.42º degrees, saturation: 0.61, 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 #C8313A is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 49 | 58 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.22 |
| HSL | 356.42º | 0.61% | 0.49% | - |
| HSV(B) | 356.42º | 0.76% | 0.78% | - |
| XYZ | 25.68 | 14.78 | 5.5 | - |
| YUV | 95.18 | 107.03 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 49 | 58 | 0 | 0.76 | 0.71 | 0.22 | 356.42 | 0.61 | 0.49 |
| Hex | C8 | 31 | 3A | 0 | 4C | 47 | 16 | 164 | 3D | 31 |
| Octal | 310 | 61 | 72 | 0 | 114 | 107 | 26 | 544 | 75 | 61 |
| Binary | 11001000 | 110001 | 111010 | 0 | 1001100 | 1000111 | 10110 | 101100100 | 111101 | 110001 |
Color Harmonies of #C8313A
Complementary color
Monochromatic Colors of #C8313A
Black with #C8313A
Text Example
Text Example
White with #C8313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8313A; }
p { color: rgb(200,49,58); }
H1.HeaderClassName
{
color: #C8313A;
}
.AnyTagClassName
{
color: #C8313A;
}
</style>
background-color css
<style>
a { background-color: #C8313A; }
a { background-color: rgb(200,49,58); }
div.DivClassName
{
background-color: #C8313A;
}
.BgClassName
{
background-color: #C8313A;
}
</style>
border-color css
<style>
span { border-color: #C8313A; }
span { border-color: rgb(200,49,58); }
td.TdClassName
{
border-color: #C8313A;
}
.TagClassName
{
border-color: #C8313A;
}
</style>