Shades of Mahogany #C8282D
Tints of Mahogany #C8282D
RGB
CMYK
RGB Variations
Color information
#C8282D (or 0xC8282D) is known color: Mahogany. HEX triplet: C8, 28 and 2D. RGB value is (200,40,45). Sum of RGB (Red+Green+Blue) = 200+40+45=285 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.18% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 45 (17.97% from 255 or 15.79% from 285); Max value from RGB is 200 - color contains mainly: red. Hex color #C8282D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8282D is #37D7D2. Grayscale: #585858. Windows color (decimal): -3659731 or 2959560. OLE color: 2959560.
HSL color Cylindrical-coordinate representation of color #C8282D: hue angle of 358.12º degrees, saturation: 0.67, 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 #C8282D is Cyan = 0, Magento = 0.8, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 45 | - |
| CMYK | 0 | 0.8 | 0.78 | 0.22 |
| HSL | 358.13º | 0.67% | 0.47% | - |
| HSV(B) | 358.13º | 0.8% | 0.78% | - |
| XYZ | 25.05 | 13.99 | 3.86 | - |
| YUV | 88.41 | 103.51 | 207.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 45 | 0 | 0.8 | 0.78 | 0.22 | 358.13 | 0.67 | 0.47 |
| Hex | C8 | 28 | 2D | 0 | 50 | 4E | 16 | 166 | 43 | 2F |
| Octal | 310 | 50 | 55 | 0 | 120 | 116 | 26 | 546 | 103 | 57 |
| Binary | 11001000 | 101000 | 101101 | 0 | 1010000 | 1001110 | 10110 | 101100110 | 1000011 | 101111 |
Color Harmonies of #C8282D
Complementary color
Monochromatic Colors of #C8282D
Black with #C8282D
Text Example
Text Example
White with #C8282D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8282D; }
p { color: rgb(200,40,45); }
H1.HeaderClassName
{
color: #C8282D;
}
.AnyTagClassName
{
color: #C8282D;
}
</style>
background-color css
<style>
a { background-color: #C8282D; }
a { background-color: rgb(200,40,45); }
div.DivClassName
{
background-color: #C8282D;
}
.BgClassName
{
background-color: #C8282D;
}
</style>
border-color css
<style>
span { border-color: #C8282D; }
span { border-color: rgb(200,40,45); }
td.TdClassName
{
border-color: #C8282D;
}
.TagClassName
{
border-color: #C8282D;
}
</style>