Shades of Mahogany #C43539
Tints of Mahogany #C43539
RGB
CMYK
RGB Variations
Color information
#C43539 (or 0xC43539) is known color: Mahogany. HEX triplet: C4, 35 and 39. RGB value is (196,53,57). Sum of RGB (Red+Green+Blue) = 196+53+57=306 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.05% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 57 (22.66% from 255 or 18.63% from 306); Max value from RGB is 196 - color contains mainly: red. Hex color #C43539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43539 is #3BCAC6. Grayscale: #606060. Windows color (decimal): -3918535 or 3749316. OLE color: 3749316.
HSL color Cylindrical-coordinate representation of color #C43539: hue angle of 358.32º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C43539 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 53 | 57 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.23 |
| HSL | 358.32º | 0.57% | 0.49% | - |
| HSV(B) | 358.32º | 0.73% | 0.77% | - |
| XYZ | 24.78 | 14.58 | 5.38 | - |
| YUV | 96.21 | 105.88 | 199.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 53 | 57 | 0 | 0.73 | 0.71 | 0.23 | 358.32 | 0.57 | 0.49 |
| Hex | C4 | 35 | 39 | 0 | 49 | 47 | 17 | 166 | 39 | 31 |
| Octal | 304 | 65 | 71 | 0 | 111 | 107 | 27 | 546 | 71 | 61 |
| Binary | 11000100 | 110101 | 111001 | 0 | 1001001 | 1000111 | 10111 | 101100110 | 111001 | 110001 |
Color Harmonies of #C43539
Complementary color
Monochromatic Colors of #C43539
Black with #C43539
Text Example
Text Example
White with #C43539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43539; }
p { color: rgb(196,53,57); }
H1.HeaderClassName
{
color: #C43539;
}
.AnyTagClassName
{
color: #C43539;
}
</style>
background-color css
<style>
a { background-color: #C43539; }
a { background-color: rgb(196,53,57); }
div.DivClassName
{
background-color: #C43539;
}
.BgClassName
{
background-color: #C43539;
}
</style>
border-color css
<style>
span { border-color: #C43539; }
span { border-color: rgb(196,53,57); }
td.TdClassName
{
border-color: #C43539;
}
.TagClassName
{
border-color: #C43539;
}
</style>