Shades of Mahogany #C52628
Tints of Mahogany #C52628
RGB
CMYK
RGB Variations
Color information
#C52628 (or 0xC52628) is known color: Mahogany. HEX triplet: C5, 26 and 28. RGB value is (197,38,40). Sum of RGB (Red+Green+Blue) = 197+38+40=275 (36% of max value = 765). Red value is 197 (77.34% from 255 or 71.64% from 275); Green value is 38 (15.23% from 255 or 13.82% from 275); Blue value is 40 (16.02% from 255 or 14.55% from 275); Max value from RGB is 197 - color contains mainly: red. Hex color #C52628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C52628 is #3AD9D7. Grayscale: #555555. Windows color (decimal): -3856856 or 2631365. OLE color: 2631365.
HSL color Cylindrical-coordinate representation of color #C52628: hue angle of 359.25º 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 #C52628 is Cyan = 0, Magento = 0.81, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 38 | 40 | - |
| CMYK | 0 | 0.81 | 0.80 | 0.23 |
| HSL | 359.25º | 0.68% | 0.46% | - |
| HSV(B) | 359.25º | 0.81% | 0.77% | - |
| XYZ | 24.1 | 13.41 | 3.33 | - |
| YUV | 85.77 | 102.18 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 38 | 40 | 0 | 0.81 | 0.80 | 0.23 | 359.25 | 0.68 | 0.46 |
| Hex | C5 | 26 | 28 | 0 | 51 | 50 | 17 | 167 | 44 | 2E |
| Octal | 305 | 46 | 50 | 0 | 121 | 120 | 27 | 547 | 104 | 56 |
| Binary | 11000101 | 100110 | 101000 | 0 | 1010001 | 1010000 | 10111 | 101100111 | 1000100 | 101110 |
Color Harmonies of #C52628
Complementary color
Monochromatic Colors of #C52628
Black with #C52628
Text Example
Text Example
White with #C52628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C52628; }
p { color: rgb(197,38,40); }
H1.HeaderClassName
{
color: #C52628;
}
.AnyTagClassName
{
color: #C52628;
}
</style>
background-color css
<style>
a { background-color: #C52628; }
a { background-color: rgb(197,38,40); }
div.DivClassName
{
background-color: #C52628;
}
.BgClassName
{
background-color: #C52628;
}
</style>
border-color css
<style>
span { border-color: #C52628; }
span { border-color: rgb(197,38,40); }
td.TdClassName
{
border-color: #C52628;
}
.TagClassName
{
border-color: #C52628;
}
</style>