Shades of Mahogany #C63A3F
Tints of Mahogany #C63A3F
RGB
CMYK
RGB Variations
Color information
#C63A3F (or 0xC63A3F) is known color: Mahogany. HEX triplet: C6, 3A and 3F. RGB value is (198,58,63). Sum of RGB (Red+Green+Blue) = 198+58+63=319 (42% of max value = 765). Red value is 198 (77.73% from 255 or 62.07% from 319); Green value is 58 (23.05% from 255 or 18.18% from 319); Blue value is 63 (25% from 255 or 19.75% from 319); Max value from RGB is 198 - color contains mainly: red. Hex color #C63A3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63A3F is #39C5C0. Grayscale: #646464. Windows color (decimal): -3786177 or 4143814. OLE color: 4143814.
HSL color Cylindrical-coordinate representation of color #C63A3F: hue angle of 357.86º degrees, saturation: 0.55, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C63A3F is Cyan = 0, Magento = 0.71, Yellow = 0.68 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 58 | 63 | - |
| CMYK | 0 | 0.71 | 0.68 | 0.22 |
| HSL | 357.86º | 0.55% | 0.5% | - |
| HSV(B) | 357.86º | 0.71% | 0.78% | - |
| XYZ | 25.7 | 15.39 | 6.32 | - |
| YUV | 100.43 | 106.88 | 197.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 58 | 63 | 0 | 0.71 | 0.68 | 0.22 | 357.86 | 0.55 | 0.5 |
| Hex | C6 | 3A | 3F | 0 | 47 | 44 | 16 | 166 | 37 | 32 |
| Octal | 306 | 72 | 77 | 0 | 107 | 104 | 26 | 546 | 67 | 62 |
| Binary | 11000110 | 111010 | 111111 | 0 | 1000111 | 1000100 | 10110 | 101100110 | 110111 | 110010 |
Color Harmonies of #C63A3F
Complementary color
Monochromatic Colors of #C63A3F
Black with #C63A3F
Text Example
Text Example
White with #C63A3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63A3F; }
p { color: rgb(198,58,63); }
H1.HeaderClassName
{
color: #C63A3F;
}
.AnyTagClassName
{
color: #C63A3F;
}
</style>
background-color css
<style>
a { background-color: #C63A3F; }
a { background-color: rgb(198,58,63); }
div.DivClassName
{
background-color: #C63A3F;
}
.BgClassName
{
background-color: #C63A3F;
}
</style>
border-color css
<style>
span { border-color: #C63A3F; }
span { border-color: rgb(198,58,63); }
td.TdClassName
{
border-color: #C63A3F;
}
.TagClassName
{
border-color: #C63A3F;
}
</style>