Shades of Mahogany #C13436
Tints of Mahogany #C13436
RGB
CMYK
RGB Variations
Color information
#C13436 (or 0xC13436) is known color: Mahogany. HEX triplet: C1, 34 and 36. RGB value is (193,52,54). Sum of RGB (Red+Green+Blue) = 193+52+54=299 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.55% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 54 (21.48% from 255 or 18.06% from 299); Max value from RGB is 193 - color contains mainly: red. Hex color #C13436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C13436 is #3ECBC9. Grayscale: #5E5E5E. Windows color (decimal): -4115402 or 3552449. OLE color: 3552449.
HSL color Cylindrical-coordinate representation of color #C13436: hue angle of 359.15º 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 #C13436 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 52 | 54 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.24 |
| HSL | 359.15º | 0.58% | 0.48% | - |
| HSV(B) | 359.15º | 0.73% | 0.76% | - |
| XYZ | 23.89 | 14.06 | 4.94 | - |
| YUV | 94.39 | 105.21 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 52 | 54 | 0 | 0.73 | 0.72 | 0.24 | 359.15 | 0.58 | 0.48 |
| Hex | C1 | 34 | 36 | 0 | 49 | 48 | 18 | 167 | 3A | 30 |
| Octal | 301 | 64 | 66 | 0 | 111 | 110 | 30 | 547 | 72 | 60 |
| Binary | 11000001 | 110100 | 110110 | 0 | 1001001 | 1001000 | 11000 | 101100111 | 111010 | 110000 |
Color Harmonies of #C13436
Complementary color
Monochromatic Colors of #C13436
Black with #C13436
Text Example
Text Example
White with #C13436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C13436; }
p { color: rgb(193,52,54); }
H1.HeaderClassName
{
color: #C13436;
}
.AnyTagClassName
{
color: #C13436;
}
</style>
background-color css
<style>
a { background-color: #C13436; }
a { background-color: rgb(193,52,54); }
div.DivClassName
{
background-color: #C13436;
}
.BgClassName
{
background-color: #C13436;
}
</style>
border-color css
<style>
span { border-color: #C13436; }
span { border-color: rgb(193,52,54); }
td.TdClassName
{
border-color: #C13436;
}
.TagClassName
{
border-color: #C13436;
}
</style>