Shades of Mahogany #C5282B
Tints of Mahogany #C5282B
RGB
CMYK
RGB Variations
Color information
#C5282B (or 0xC5282B) is known color: Mahogany. HEX triplet: C5, 28 and 2B. RGB value is (197,40,43). Sum of RGB (Red+Green+Blue) = 197+40+43=280 (37% of max value = 765). Red value is 197 (77.34% from 255 or 70.36% from 280); Green value is 40 (16.02% from 255 or 14.29% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 197 - color contains mainly: red. Hex color #C5282B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5282B is #3AD7D4. Grayscale: #575757. Windows color (decimal): -3856341 or 2828485. OLE color: 2828485.
HSL color Cylindrical-coordinate representation of color #C5282B: hue angle of 358.85º 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 #C5282B is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 43 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.23 |
| HSL | 358.85º | 0.66% | 0.46% | - |
| HSV(B) | 358.85º | 0.8% | 0.77% | - |
| XYZ | 24.22 | 13.56 | 3.63 | - |
| YUV | 87.29 | 103.01 | 206.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 43 | 0 | 0.80 | 0.78 | 0.23 | 358.85 | 0.66 | 0.46 |
| Hex | C5 | 28 | 2B | 0 | 50 | 4E | 17 | 167 | 42 | 2E |
| Octal | 305 | 50 | 53 | 0 | 120 | 116 | 27 | 547 | 102 | 56 |
| Binary | 11000101 | 101000 | 101011 | 0 | 1010000 | 1001110 | 10111 | 101100111 | 1000010 | 101110 |
Color Harmonies of #C5282B
Complementary color
Monochromatic Colors of #C5282B
Black with #C5282B
Text Example
Text Example
White with #C5282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5282B; }
p { color: rgb(197,40,43); }
H1.HeaderClassName
{
color: #C5282B;
}
.AnyTagClassName
{
color: #C5282B;
}
</style>
background-color css
<style>
a { background-color: #C5282B; }
a { background-color: rgb(197,40,43); }
div.DivClassName
{
background-color: #C5282B;
}
.BgClassName
{
background-color: #C5282B;
}
</style>
border-color css
<style>
span { border-color: #C5282B; }
span { border-color: rgb(197,40,43); }
td.TdClassName
{
border-color: #C5282B;
}
.TagClassName
{
border-color: #C5282B;
}
</style>