Shades of Mahogany #C52629
Tints of Mahogany #C52629
RGB
CMYK
RGB Variations
Color information
#C52629 (or 0xC52629) is known color: Mahogany. HEX triplet: C5, 26 and 29. RGB value is (197,38,41). Sum of RGB (Red+Green+Blue) = 197+38+41=276 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.38% from 276); Green value is 38 (15.23% from 255 or 13.77% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 197 - color contains mainly: red. Hex color #C52629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52629 is #3AD9D6. Grayscale: #565656. Windows color (decimal): -3856855 or 2696901. OLE color: 2696901.
HSL color Cylindrical-coordinate representation of color #C52629: hue angle of 358.87º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C52629 is Cyan = 0, Magento = 0.81, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 41 | - |
| CMYK | 0 | 0.81 | 0.79 | 0.23 |
| HSL | 358.87º | 0.68% | 0.46% | - |
| HSV(B) | 358.87º | 0.81% | 0.77% | - |
| XYZ | 24.12 | 13.42 | 3.42 | - |
| YUV | 85.88 | 102.68 | 207.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 41 | 0 | 0.81 | 0.79 | 0.23 | 358.87 | 0.68 | 0.46 |
| Hex | C5 | 26 | 29 | 0 | 51 | 4F | 17 | 167 | 44 | 2E |
| Octal | 305 | 46 | 51 | 0 | 121 | 117 | 27 | 547 | 104 | 56 |
| Binary | 11000101 | 100110 | 101001 | 0 | 1010001 | 1001111 | 10111 | 101100111 | 1000100 | 101110 |
Color Harmonies of #C52629
Complementary color
Monochromatic Colors of #C52629
Black with #C52629
Text Example
Text Example
White with #C52629
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52629; }
p { color: rgb(197,38,41); }
H1.HeaderClassName
{
color: #C52629;
}
.AnyTagClassName
{
color: #C52629;
}
</style>
background-color css
<style>
a { background-color: #C52629; }
a { background-color: rgb(197,38,41); }
div.DivClassName
{
background-color: #C52629;
}
.BgClassName
{
background-color: #C52629;
}
</style>
border-color css
<style>
span { border-color: #C52629; }
span { border-color: rgb(197,38,41); }
td.TdClassName
{
border-color: #C52629;
}
.TagClassName
{
border-color: #C52629;
}
</style>