Shades of Mahogany #C63436
Tints of Mahogany #C63436
RGB
CMYK
RGB Variations
Color information
#C63436 (or 0xC63436) is known color: Mahogany. HEX triplet: C6, 34 and 36. RGB value is (198,52,54). Sum of RGB (Red+Green+Blue) = 198+52+54=304 (40% of max value = 765). Red value is 198 (77.73% from 255 or 65.13% from 304); Green value is 52 (20.70% from 255 or 17.11% from 304); Blue value is 54 (21.48% from 255 or 17.76% from 304); Max value from RGB is 198 - color contains mainly: red. Hex color #C63436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63436 is #39CBC9. Grayscale: #606060. Windows color (decimal): -3787722 or 3552454. OLE color: 3552454.
HSL color Cylindrical-coordinate representation of color #C63436: hue angle of 359.18º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C63436 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 52 | 54 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.22 |
| HSL | 359.18º | 0.58% | 0.49% | - |
| HSV(B) | 359.18º | 0.74% | 0.78% | - |
| XYZ | 25.18 | 14.73 | 5.01 | - |
| YUV | 95.88 | 104.37 | 200.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 52 | 54 | 0 | 0.74 | 0.73 | 0.22 | 359.18 | 0.58 | 0.49 |
| Hex | C6 | 34 | 36 | 0 | 4A | 49 | 16 | 167 | 3A | 31 |
| Octal | 306 | 64 | 66 | 0 | 112 | 111 | 26 | 547 | 72 | 61 |
| Binary | 11000110 | 110100 | 110110 | 0 | 1001010 | 1001001 | 10110 | 101100111 | 111010 | 110001 |
Color Harmonies of #C63436
Complementary color
Monochromatic Colors of #C63436
Black with #C63436
Text Example
Text Example
White with #C63436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63436; }
p { color: rgb(198,52,54); }
H1.HeaderClassName
{
color: #C63436;
}
.AnyTagClassName
{
color: #C63436;
}
</style>
background-color css
<style>
a { background-color: #C63436; }
a { background-color: rgb(198,52,54); }
div.DivClassName
{
background-color: #C63436;
}
.BgClassName
{
background-color: #C63436;
}
</style>
border-color css
<style>
span { border-color: #C63436; }
span { border-color: rgb(198,52,54); }
td.TdClassName
{
border-color: #C63436;
}
.TagClassName
{
border-color: #C63436;
}
</style>