Shades of Mahogany #C5282E
Tints of Mahogany #C5282E
RGB
CMYK
RGB Variations
Color information
#C5282E (or 0xC5282E) is known color: Mahogany. HEX triplet: C5, 28 and 2E. RGB value is (197,40,46). Sum of RGB (Red+Green+Blue) = 197+40+46=283 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.61% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 46 (18.36% from 255 or 16.25% from 283); Max value from RGB is 197 - color contains mainly: red. Hex color #C5282E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5282E is #3AD7D1. Grayscale: #575757. Windows color (decimal): -3856338 or 3025093. OLE color: 3025093.
HSL color Cylindrical-coordinate representation of color #C5282E: hue angle of 357.71º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C5282E is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 46 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.23 |
| HSL | 357.71º | 0.66% | 0.46% | - |
| HSV(B) | 357.71º | 0.8% | 0.77% | - |
| XYZ | 24.28 | 13.59 | 3.93 | - |
| YUV | 87.63 | 104.51 | 206.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 46 | 0 | 0.80 | 0.77 | 0.23 | 357.71 | 0.66 | 0.46 |
| Hex | C5 | 28 | 2E | 0 | 50 | 4D | 17 | 166 | 42 | 2E |
| Octal | 305 | 50 | 56 | 0 | 120 | 115 | 27 | 546 | 102 | 56 |
| Binary | 11000101 | 101000 | 101110 | 0 | 1010000 | 1001101 | 10111 | 101100110 | 1000010 | 101110 |
Color Harmonies of #C5282E
Complementary color
Monochromatic Colors of #C5282E
Black with #C5282E
Text Example
Text Example
White with #C5282E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5282E; }
p { color: rgb(197,40,46); }
H1.HeaderClassName
{
color: #C5282E;
}
.AnyTagClassName
{
color: #C5282E;
}
</style>
background-color css
<style>
a { background-color: #C5282E; }
a { background-color: rgb(197,40,46); }
div.DivClassName
{
background-color: #C5282E;
}
.BgClassName
{
background-color: #C5282E;
}
</style>
border-color css
<style>
span { border-color: #C5282E; }
span { border-color: rgb(197,40,46); }
td.TdClassName
{
border-color: #C5282E;
}
.TagClassName
{
border-color: #C5282E;
}
</style>