Shades of Mahogany #C62729
Tints of Mahogany #C62729
RGB
CMYK
RGB Variations
Color information
#C62729 (or 0xC62729) is known color: Mahogany. HEX triplet: C6, 27 and 29. RGB value is (198,39,41). Sum of RGB (Red+Green+Blue) = 198+39+41=278 (36% of max value = 765). Red value is 198 (77.73% from 255 or 71.22% from 278); Green value is 39 (15.62% from 255 or 14.03% from 278); Blue value is 41 (16.41% from 255 or 14.75% from 278); Max value from RGB is 198 - color contains mainly: red. Hex color #C62729 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62729 is #39D8D6. Grayscale: #565656. Windows color (decimal): -3791063 or 2697158. OLE color: 2697158.
HSL color Cylindrical-coordinate representation of color #C62729: hue angle of 359.25º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C62729 is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 39 | 41 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.22 |
| HSL | 359.25º | 0.67% | 0.46% | - |
| HSV(B) | 359.25º | 0.8% | 0.78% | - |
| XYZ | 24.41 | 13.62 | 3.44 | - |
| YUV | 86.77 | 102.18 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 39 | 41 | 0 | 0.80 | 0.79 | 0.22 | 359.25 | 0.67 | 0.46 |
| Hex | C6 | 27 | 29 | 0 | 50 | 4F | 16 | 167 | 43 | 2E |
| Octal | 306 | 47 | 51 | 0 | 120 | 117 | 26 | 547 | 103 | 56 |
| Binary | 11000110 | 100111 | 101001 | 0 | 1010000 | 1001111 | 10110 | 101100111 | 1000011 | 101110 |
Color Harmonies of #C62729
Complementary color
Monochromatic Colors of #C62729
Black with #C62729
Text Example
Text Example
White with #C62729
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62729; }
p { color: rgb(198,39,41); }
H1.HeaderClassName
{
color: #C62729;
}
.AnyTagClassName
{
color: #C62729;
}
</style>
background-color css
<style>
a { background-color: #C62729; }
a { background-color: rgb(198,39,41); }
div.DivClassName
{
background-color: #C62729;
}
.BgClassName
{
background-color: #C62729;
}
</style>
border-color css
<style>
span { border-color: #C62729; }
span { border-color: rgb(198,39,41); }
td.TdClassName
{
border-color: #C62729;
}
.TagClassName
{
border-color: #C62729;
}
</style>