Shades of Mahogany #C8282B
Tints of Mahogany #C8282B
RGB
CMYK
RGB Variations
Color information
#C8282B (or 0xC8282B) is known color: Mahogany. HEX triplet: C8, 28 and 2B. RGB value is (200,40,43). Sum of RGB (Red+Green+Blue) = 200+40+43=283 (37% of max value = 765). Red value is 200 (78.52% from 255 or 70.67% from 283); Green value is 40 (16.02% from 255 or 14.13% from 283); Blue value is 43 (17.19% from 255 or 15.19% from 283); Max value from RGB is 200 - color contains mainly: red. Hex color #C8282B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8282B is #37D7D4. Grayscale: #585858. Windows color (decimal): -3659733 or 2828488. OLE color: 2828488.
HSL color Cylindrical-coordinate representation of color #C8282B: hue angle of 358.88º 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 #C8282B is Cyan = 0, Magento = 0.8, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 43 | - |
| CMYK | 0 | 0.8 | 0.78 | 0.22 |
| HSL | 358.88º | 0.67% | 0.47% | - |
| HSV(B) | 358.88º | 0.8% | 0.78% | - |
| XYZ | 25.01 | 13.97 | 3.66 | - |
| YUV | 88.18 | 102.51 | 207.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 43 | 0 | 0.8 | 0.78 | 0.22 | 358.88 | 0.67 | 0.47 |
| Hex | C8 | 28 | 2B | 0 | 50 | 4E | 16 | 167 | 43 | 2F |
| Octal | 310 | 50 | 53 | 0 | 120 | 116 | 26 | 547 | 103 | 57 |
| Binary | 11001000 | 101000 | 101011 | 0 | 1010000 | 1001110 | 10110 | 101100111 | 1000011 | 101111 |
Color Harmonies of #C8282B
Complementary color
Monochromatic Colors of #C8282B
Black with #C8282B
Text Example
Text Example
White with #C8282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8282B; }
p { color: rgb(200,40,43); }
H1.HeaderClassName
{
color: #C8282B;
}
.AnyTagClassName
{
color: #C8282B;
}
</style>
background-color css
<style>
a { background-color: #C8282B; }
a { background-color: rgb(200,40,43); }
div.DivClassName
{
background-color: #C8282B;
}
.BgClassName
{
background-color: #C8282B;
}
</style>
border-color css
<style>
span { border-color: #C8282B; }
span { border-color: rgb(200,40,43); }
td.TdClassName
{
border-color: #C8282B;
}
.TagClassName
{
border-color: #C8282B;
}
</style>