Shades of Mahogany #C1343A
Tints of Mahogany #C1343A
RGB
CMYK
RGB Variations
Color information
#C1343A (or 0xC1343A) is known color: Mahogany. HEX triplet: C1, 34 and 3A. RGB value is (193,52,58). Sum of RGB (Red+Green+Blue) = 193+52+58=303 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.70% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 58 (23.05% from 255 or 19.14% from 303); Max value from RGB is 193 - color contains mainly: red. Hex color #C1343A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1343A is #3ECBC5. Grayscale: #5E5E5E. Windows color (decimal): -4115398 or 3814593. OLE color: 3814593.
HSL color Cylindrical-coordinate representation of color #C1343A: hue angle of 357.45º degrees, saturation: 0.58, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C1343A is Cyan = 0, Magento = 0.73, Yellow = 0.70 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 52 | 58 | - |
| CMYK | 0 | 0.73 | 0.70 | 0.24 |
| HSL | 357.45º | 0.58% | 0.48% | - |
| HSV(B) | 357.45º | 0.73% | 0.76% | - |
| XYZ | 23.98 | 14.1 | 5.46 | - |
| YUV | 94.84 | 107.21 | 198.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 52 | 58 | 0 | 0.73 | 0.70 | 0.24 | 357.45 | 0.58 | 0.48 |
| Hex | C1 | 34 | 3A | 0 | 49 | 46 | 18 | 165 | 3A | 30 |
| Octal | 301 | 64 | 72 | 0 | 111 | 106 | 30 | 545 | 72 | 60 |
| Binary | 11000001 | 110100 | 111010 | 0 | 1001001 | 1000110 | 11000 | 101100101 | 111010 | 110000 |
Color Harmonies of #C1343A
Complementary color
Monochromatic Colors of #C1343A
Black with #C1343A
Text Example
Text Example
White with #C1343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1343A; }
p { color: rgb(193,52,58); }
H1.HeaderClassName
{
color: #C1343A;
}
.AnyTagClassName
{
color: #C1343A;
}
</style>
background-color css
<style>
a { background-color: #C1343A; }
a { background-color: rgb(193,52,58); }
div.DivClassName
{
background-color: #C1343A;
}
.BgClassName
{
background-color: #C1343A;
}
</style>
border-color css
<style>
span { border-color: #C1343A; }
span { border-color: rgb(193,52,58); }
td.TdClassName
{
border-color: #C1343A;
}
.TagClassName
{
border-color: #C1343A;
}
</style>