Shades of Mahogany #C5343D
Tints of Mahogany #C5343D
RGB
CMYK
RGB Variations
Color information
#C5343D (or 0xC5343D) is known color: Mahogany. HEX triplet: C5, 34 and 3D. RGB value is (197,52,61). Sum of RGB (Red+Green+Blue) = 197+52+61=310 (41% of max value = 765). Red value is 197 (77.34% from 255 or 63.55% from 310); Green value is 52 (20.70% from 255 or 16.77% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 197 - color contains mainly: red. Hex color #C5343D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5343D is #3ACBC2. Grayscale: #606060. Windows color (decimal): -3853251 or 4011205. OLE color: 4011205.
HSL color Cylindrical-coordinate representation of color #C5343D: hue angle of 356.28º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C5343D is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 52 | 61 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.23 |
| HSL | 356.28º | 0.58% | 0.49% | - |
| HSV(B) | 356.28º | 0.74% | 0.77% | - |
| XYZ | 25.1 | 14.66 | 5.92 | - |
| YUV | 96.38 | 108.04 | 199.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 52 | 61 | 0 | 0.74 | 0.69 | 0.23 | 356.28 | 0.58 | 0.49 |
| Hex | C5 | 34 | 3D | 0 | 4A | 45 | 17 | 164 | 3A | 31 |
| Octal | 305 | 64 | 75 | 0 | 112 | 105 | 27 | 544 | 72 | 61 |
| Binary | 11000101 | 110100 | 111101 | 0 | 1001010 | 1000101 | 10111 | 101100100 | 111010 | 110001 |
Color Harmonies of #C5343D
Complementary color
Monochromatic Colors of #C5343D
Black with #C5343D
Text Example
Text Example
White with #C5343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5343D; }
p { color: rgb(197,52,61); }
H1.HeaderClassName
{
color: #C5343D;
}
.AnyTagClassName
{
color: #C5343D;
}
</style>
background-color css
<style>
a { background-color: #C5343D; }
a { background-color: rgb(197,52,61); }
div.DivClassName
{
background-color: #C5343D;
}
.BgClassName
{
background-color: #C5343D;
}
</style>
border-color css
<style>
span { border-color: #C5343D; }
span { border-color: rgb(197,52,61); }
td.TdClassName
{
border-color: #C5343D;
}
.TagClassName
{
border-color: #C5343D;
}
</style>