Shades of Mahogany #C62731
Tints of Mahogany #C62731
RGB
CMYK
RGB Variations
Color information
#C62731 (or 0xC62731) is known color: Mahogany. HEX triplet: C6, 27 and 31. RGB value is (198,39,49). Sum of RGB (Red+Green+Blue) = 198+39+49=286 (37% of max value = 765). Red value is 198 (77.73% from 255 or 69.23% from 286); Green value is 39 (15.62% from 255 or 13.64% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 198 - color contains mainly: red. Hex color #C62731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C62731 is #39D8CE. Grayscale: #575757. Windows color (decimal): -3791055 or 3221446. OLE color: 3221446.
HSL color Cylindrical-coordinate representation of color #C62731: hue angle of 356.23º 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 #C62731 is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 39 | 49 | - |
| CMYK | 0 | 0.80 | 0.75 | 0.22 |
| HSL | 356.23º | 0.67% | 0.46% | - |
| HSV(B) | 356.23º | 0.8% | 0.78% | - |
| XYZ | 24.57 | 13.68 | 4.25 | - |
| YUV | 87.68 | 106.18 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 39 | 49 | 0 | 0.80 | 0.75 | 0.22 | 356.23 | 0.67 | 0.46 |
| Hex | C6 | 27 | 31 | 0 | 50 | 4B | 16 | 164 | 43 | 2E |
| Octal | 306 | 47 | 61 | 0 | 120 | 113 | 26 | 544 | 103 | 56 |
| Binary | 11000110 | 100111 | 110001 | 0 | 1010000 | 1001011 | 10110 | 101100100 | 1000011 | 101110 |
Color Harmonies of #C62731
Complementary color
Monochromatic Colors of #C62731
Black with #C62731
Text Example
Text Example
White with #C62731
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C62731; }
p { color: rgb(198,39,49); }
H1.HeaderClassName
{
color: #C62731;
}
.AnyTagClassName
{
color: #C62731;
}
</style>
background-color css
<style>
a { background-color: #C62731; }
a { background-color: rgb(198,39,49); }
div.DivClassName
{
background-color: #C62731;
}
.BgClassName
{
background-color: #C62731;
}
</style>
border-color css
<style>
span { border-color: #C62731; }
span { border-color: rgb(198,39,49); }
td.TdClassName
{
border-color: #C62731;
}
.TagClassName
{
border-color: #C62731;
}
</style>