Shades of Mahogany #C13138
Tints of Mahogany #C13138
RGB
CMYK
RGB Variations
Color information
#C13138 (or 0xC13138) is known color: Mahogany. HEX triplet: C1, 31 and 38. RGB value is (193,49,56). Sum of RGB (Red+Green+Blue) = 193+49+56=298 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.77% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 56 (22.27% from 255 or 18.79% from 298); Max value from RGB is 193 - color contains mainly: red. Hex color #C13138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13138 is #3ECEC7. Grayscale: #5C5C5C. Windows color (decimal): -4116168 or 3682753. OLE color: 3682753.
HSL color Cylindrical-coordinate representation of color #C13138: hue angle of 357.08º 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 #C13138 is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 49 | 56 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.24 |
| HSL | 357.08º | 0.6% | 0.47% | - |
| HSV(B) | 357.08º | 0.75% | 0.76% | - |
| XYZ | 23.8 | 13.82 | 5.15 | - |
| YUV | 92.85 | 107.21 | 199.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 49 | 56 | 0 | 0.75 | 0.71 | 0.24 | 357.08 | 0.6 | 0.47 |
| Hex | C1 | 31 | 38 | 0 | 4B | 47 | 18 | 165 | 3C | 2F |
| Octal | 301 | 61 | 70 | 0 | 113 | 107 | 30 | 545 | 74 | 57 |
| Binary | 11000001 | 110001 | 111000 | 0 | 1001011 | 1000111 | 11000 | 101100101 | 111100 | 101111 |
Color Harmonies of #C13138
Complementary color
Monochromatic Colors of #C13138
Black with #C13138
Text Example
Text Example
White with #C13138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13138; }
p { color: rgb(193,49,56); }
H1.HeaderClassName
{
color: #C13138;
}
.AnyTagClassName
{
color: #C13138;
}
</style>
background-color css
<style>
a { background-color: #C13138; }
a { background-color: rgb(193,49,56); }
div.DivClassName
{
background-color: #C13138;
}
.BgClassName
{
background-color: #C13138;
}
</style>
border-color css
<style>
span { border-color: #C13138; }
span { border-color: rgb(193,49,56); }
td.TdClassName
{
border-color: #C13138;
}
.TagClassName
{
border-color: #C13138;
}
</style>