Shades of Mahogany #C1313A
Tints of Mahogany #C1313A
RGB
CMYK
RGB Variations
Color information
#C1313A (or 0xC1313A) is known color: Mahogany. HEX triplet: C1, 31 and 3A. RGB value is (193,49,58). Sum of RGB (Red+Green+Blue) = 193+49+58=300 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.33% from 300); Green value is 49 (19.53% from 255 or 16.33% from 300); Blue value is 58 (23.05% from 255 or 19.33% from 300); Max value from RGB is 193 - color contains mainly: red. Hex color #C1313A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1313A is #3ECEC5. Grayscale: #5D5D5D. Windows color (decimal): -4116166 or 3813825. OLE color: 3813825.
HSL color Cylindrical-coordinate representation of color #C1313A: hue angle of 356.25º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C1313A is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 49 | 58 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.24 |
| HSL | 356.25º | 0.6% | 0.47% | - |
| HSV(B) | 356.25º | 0.75% | 0.76% | - |
| XYZ | 23.85 | 13.84 | 5.42 | - |
| YUV | 93.08 | 108.21 | 199.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 49 | 58 | 0 | 0.75 | 0.70 | 0.24 | 356.25 | 0.6 | 0.47 |
| Hex | C1 | 31 | 3A | 0 | 4B | 46 | 18 | 164 | 3C | 2F |
| Octal | 301 | 61 | 72 | 0 | 113 | 106 | 30 | 544 | 74 | 57 |
| Binary | 11000001 | 110001 | 111010 | 0 | 1001011 | 1000110 | 11000 | 101100100 | 111100 | 101111 |
Color Harmonies of #C1313A
Complementary color
Monochromatic Colors of #C1313A
Black with #C1313A
Text Example
Text Example
White with #C1313A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1313A; }
p { color: rgb(193,49,58); }
H1.HeaderClassName
{
color: #C1313A;
}
.AnyTagClassName
{
color: #C1313A;
}
</style>
background-color css
<style>
a { background-color: #C1313A; }
a { background-color: rgb(193,49,58); }
div.DivClassName
{
background-color: #C1313A;
}
.BgClassName
{
background-color: #C1313A;
}
</style>
border-color css
<style>
span { border-color: #C1313A; }
span { border-color: rgb(193,49,58); }
td.TdClassName
{
border-color: #C1313A;
}
.TagClassName
{
border-color: #C1313A;
}
</style>