Shades of Mahogany #C8292B
Tints of Mahogany #C8292B
RGB
CMYK
RGB Variations
Color information
#C8292B (or 0xC8292B) is known color: Mahogany. HEX triplet: C8, 29 and 2B. RGB value is (200,41,43). Sum of RGB (Red+Green+Blue) = 200+41+43=284 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.42% from 284); Green value is 41 (16.41% from 255 or 14.44% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 200 - color contains mainly: red. Hex color #C8292B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8292B is #37D6D4. Grayscale: #585858. Windows color (decimal): -3659477 or 2828744. OLE color: 2828744.
HSL color Cylindrical-coordinate representation of color #C8292B: hue angle of 359.25º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C8292B is Cyan = 0, Magento = 0.80, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 43 | - |
| CMYK | 0 | 0.80 | 0.78 | 0.22 |
| HSL | 359.25º | 0.66% | 0.47% | - |
| HSV(B) | 359.25º | 0.8% | 0.78% | - |
| XYZ | 25.05 | 14.04 | 3.68 | - |
| YUV | 88.77 | 102.18 | 207.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 43 | 0 | 0.80 | 0.78 | 0.22 | 359.25 | 0.66 | 0.47 |
| Hex | C8 | 29 | 2B | 0 | 50 | 4E | 16 | 167 | 42 | 2F |
| Octal | 310 | 51 | 53 | 0 | 120 | 116 | 26 | 547 | 102 | 57 |
| Binary | 11001000 | 101001 | 101011 | 0 | 1010000 | 1001110 | 10110 | 101100111 | 1000010 | 101111 |
Color Harmonies of #C8292B
Complementary color
Monochromatic Colors of #C8292B
Black with #C8292B
Text Example
Text Example
White with #C8292B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8292B; }
p { color: rgb(200,41,43); }
H1.HeaderClassName
{
color: #C8292B;
}
.AnyTagClassName
{
color: #C8292B;
}
</style>
background-color css
<style>
a { background-color: #C8292B; }
a { background-color: rgb(200,41,43); }
div.DivClassName
{
background-color: #C8292B;
}
.BgClassName
{
background-color: #C8292B;
}
</style>
border-color css
<style>
span { border-color: #C8292B; }
span { border-color: rgb(200,41,43); }
td.TdClassName
{
border-color: #C8292B;
}
.TagClassName
{
border-color: #C8292B;
}
</style>