Shades of Mahogany #C5262F
Tints of Mahogany #C5262F
RGB
CMYK
RGB Variations
Color information
#C5262F (or 0xC5262F) is known color: Mahogany. HEX triplet: C5, 26 and 2F. RGB value is (197,38,47). Sum of RGB (Red+Green+Blue) = 197+38+47=282 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.86% from 282); Green value is 38 (15.23% from 255 or 13.48% from 282); Blue value is 47 (18.75% from 255 or 16.67% from 282); Max value from RGB is 197 - color contains mainly: red. Hex color #C5262F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5262F is #3AD9D0. Grayscale: #565656. Windows color (decimal): -3856849 or 3090117. OLE color: 3090117.
HSL color Cylindrical-coordinate representation of color #C5262F: hue angle of 356.6º 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 #C5262F is Cyan = 0, Magento = 0.81, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 47 | - |
| CMYK | 0 | 0.81 | 0.76 | 0.23 |
| HSL | 356.6º | 0.68% | 0.46% | - |
| HSV(B) | 356.6º | 0.81% | 0.77% | - |
| XYZ | 24.23 | 13.46 | 4.01 | - |
| YUV | 86.57 | 105.68 | 206.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 47 | 0 | 0.81 | 0.76 | 0.23 | 356.6 | 0.68 | 0.46 |
| Hex | C5 | 26 | 2F | 0 | 51 | 4C | 17 | 165 | 44 | 2E |
| Octal | 305 | 46 | 57 | 0 | 121 | 114 | 27 | 545 | 104 | 56 |
| Binary | 11000101 | 100110 | 101111 | 0 | 1010001 | 1001100 | 10111 | 101100101 | 1000100 | 101110 |
Color Harmonies of #C5262F
Complementary color
Monochromatic Colors of #C5262F
Black with #C5262F
Text Example
Text Example
White with #C5262F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5262F; }
p { color: rgb(197,38,47); }
H1.HeaderClassName
{
color: #C5262F;
}
.AnyTagClassName
{
color: #C5262F;
}
</style>
background-color css
<style>
a { background-color: #C5262F; }
a { background-color: rgb(197,38,47); }
div.DivClassName
{
background-color: #C5262F;
}
.BgClassName
{
background-color: #C5262F;
}
</style>
border-color css
<style>
span { border-color: #C5262F; }
span { border-color: rgb(197,38,47); }
td.TdClassName
{
border-color: #C5262F;
}
.TagClassName
{
border-color: #C5262F;
}
</style>