Shades of Mahogany #C5262D
Tints of Mahogany #C5262D
RGB
CMYK
RGB Variations
Color information
#C5262D (or 0xC5262D) is known color: Mahogany. HEX triplet: C5, 26 and 2D. RGB value is (197,38,45). Sum of RGB (Red+Green+Blue) = 197+38+45=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 38 (15.23% from 255 or 13.57% from 280); Blue value is 45 (17.97% from 255 or 16.07% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C5262D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5262D is #3AD9D2. Grayscale: #565656. Windows color (decimal): -3856851 or 2959045. OLE color: 2959045.
HSL color Cylindrical-coordinate representation of color #C5262D: hue angle of 357.36º 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 #C5262D is Cyan = 0, Magento = 0.81, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 45 | - |
| CMYK | 0 | 0.81 | 0.77 | 0.23 |
| HSL | 357.36º | 0.68% | 0.46% | - |
| HSV(B) | 357.36º | 0.81% | 0.77% | - |
| XYZ | 24.19 | 13.45 | 3.8 | - |
| YUV | 86.34 | 104.68 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 45 | 0 | 0.81 | 0.77 | 0.23 | 357.36 | 0.68 | 0.46 |
| Hex | C5 | 26 | 2D | 0 | 51 | 4D | 17 | 165 | 44 | 2E |
| Octal | 305 | 46 | 55 | 0 | 121 | 115 | 27 | 545 | 104 | 56 |
| Binary | 11000101 | 100110 | 101101 | 0 | 1010001 | 1001101 | 10111 | 101100101 | 1000100 | 101110 |
Color Harmonies of #C5262D
Complementary color
Monochromatic Colors of #C5262D
Black with #C5262D
Text Example
Text Example
White with #C5262D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5262D; }
p { color: rgb(197,38,45); }
H1.HeaderClassName
{
color: #C5262D;
}
.AnyTagClassName
{
color: #C5262D;
}
</style>
background-color css
<style>
a { background-color: #C5262D; }
a { background-color: rgb(197,38,45); }
div.DivClassName
{
background-color: #C5262D;
}
.BgClassName
{
background-color: #C5262D;
}
</style>
border-color css
<style>
span { border-color: #C5262D; }
span { border-color: rgb(197,38,45); }
td.TdClassName
{
border-color: #C5262D;
}
.TagClassName
{
border-color: #C5262D;
}
</style>