Shades of Mahogany #C63639
Tints of Mahogany #C63639
RGB
CMYK
RGB Variations
Color information
#C63639 (or 0xC63639) is known color: Mahogany. HEX triplet: C6, 36 and 39. RGB value is (198,54,57). Sum of RGB (Red+Green+Blue) = 198+54+57=309 (40% of max value = 765). Red value is 198 (77.73% from 255 or 64.08% from 309); Green value is 54 (21.48% from 255 or 17.48% from 309); Blue value is 57 (22.66% from 255 or 18.45% from 309); Max value from RGB is 198 - color contains mainly: red. Hex color #C63639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C63639 is #39C9C6. Grayscale: #616161. Windows color (decimal): -3787207 or 3749574. OLE color: 3749574.
HSL color Cylindrical-coordinate representation of color #C63639: hue angle of 358.75º degrees, saturation: 0.57, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C63639 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 54 | 57 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.22 |
| HSL | 358.75º | 0.57% | 0.49% | - |
| HSV(B) | 358.75º | 0.73% | 0.78% | - |
| XYZ | 25.35 | 14.94 | 5.42 | - |
| YUV | 97.4 | 105.21 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 54 | 57 | 0 | 0.73 | 0.71 | 0.22 | 358.75 | 0.57 | 0.49 |
| Hex | C6 | 36 | 39 | 0 | 49 | 47 | 16 | 167 | 39 | 31 |
| Octal | 306 | 66 | 71 | 0 | 111 | 107 | 26 | 547 | 71 | 61 |
| Binary | 11000110 | 110110 | 111001 | 0 | 1001001 | 1000111 | 10110 | 101100111 | 111001 | 110001 |
Color Harmonies of #C63639
Complementary color
Monochromatic Colors of #C63639
Black with #C63639
Text Example
Text Example
White with #C63639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C63639; }
p { color: rgb(198,54,57); }
H1.HeaderClassName
{
color: #C63639;
}
.AnyTagClassName
{
color: #C63639;
}
</style>
background-color css
<style>
a { background-color: #C63639; }
a { background-color: rgb(198,54,57); }
div.DivClassName
{
background-color: #C63639;
}
.BgClassName
{
background-color: #C63639;
}
</style>
border-color css
<style>
span { border-color: #C63639; }
span { border-color: rgb(198,54,57); }
td.TdClassName
{
border-color: #C63639;
}
.TagClassName
{
border-color: #C63639;
}
</style>