Shades of Mahogany #C5282F
Tints of Mahogany #C5282F
RGB
CMYK
RGB Variations
Color information
#C5282F (or 0xC5282F) is known color: Mahogany. HEX triplet: C5, 28 and 2F. RGB value is (197,40,47). Sum of RGB (Red+Green+Blue) = 197+40+47=284 (37% of max value = 765). Red value is 197 (77.34% from 255 or 69.37% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 47 (18.75% from 255 or 16.55% from 284); Max value from RGB is 197 - color contains mainly: red. Hex color #C5282F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C5282F is #3AD7D0. Grayscale: #575757. Windows color (decimal): -3856337 or 3090629. OLE color: 3090629.
HSL color Cylindrical-coordinate representation of color #C5282F: hue angle of 357.32º 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 #C5282F is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 40 | 47 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.23 |
| HSL | 357.32º | 0.66% | 0.46% | - |
| HSV(B) | 357.32º | 0.8% | 0.77% | - |
| XYZ | 24.3 | 13.59 | 4.03 | - |
| YUV | 87.74 | 105.01 | 205.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 40 | 47 | 0 | 0.80 | 0.76 | 0.23 | 357.32 | 0.66 | 0.46 |
| Hex | C5 | 28 | 2F | 0 | 50 | 4C | 17 | 165 | 42 | 2E |
| Octal | 305 | 50 | 57 | 0 | 120 | 114 | 27 | 545 | 102 | 56 |
| Binary | 11000101 | 101000 | 101111 | 0 | 1010000 | 1001100 | 10111 | 101100101 | 1000010 | 101110 |
Color Harmonies of #C5282F
Complementary color
Monochromatic Colors of #C5282F
Black with #C5282F
Text Example
Text Example
White with #C5282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C5282F; }
p { color: rgb(197,40,47); }
H1.HeaderClassName
{
color: #C5282F;
}
.AnyTagClassName
{
color: #C5282F;
}
</style>
background-color css
<style>
a { background-color: #C5282F; }
a { background-color: rgb(197,40,47); }
div.DivClassName
{
background-color: #C5282F;
}
.BgClassName
{
background-color: #C5282F;
}
</style>
border-color css
<style>
span { border-color: #C5282F; }
span { border-color: rgb(197,40,47); }
td.TdClassName
{
border-color: #C5282F;
}
.TagClassName
{
border-color: #C5282F;
}
</style>