Shades of Mahogany #C8282F
Tints of Mahogany #C8282F
RGB
CMYK
RGB Variations
Color information
#C8282F (or 0xC8282F) is known color: Mahogany. HEX triplet: C8, 28 and 2F. RGB value is (200,40,47). Sum of RGB (Red+Green+Blue) = 200+40+47=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 40 (16.02% from 255 or 13.94% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C8282F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C8282F is #37D7D0. Grayscale: #585858. Windows color (decimal): -3659729 or 3090632. OLE color: 3090632.
HSL color Cylindrical-coordinate representation of color #C8282F: hue angle of 357.38º 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 #C8282F is Cyan = 0, Magento = 0.8, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 40 | 47 | - |
| CMYK | 0 | 0.8 | 0.76 | 0.22 |
| HSL | 357.38º | 0.67% | 0.47% | - |
| HSV(B) | 357.38º | 0.8% | 0.78% | - |
| XYZ | 25.09 | 14 | 4.07 | - |
| YUV | 88.64 | 104.51 | 207.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 40 | 47 | 0 | 0.8 | 0.76 | 0.22 | 357.38 | 0.67 | 0.47 |
| Hex | C8 | 28 | 2F | 0 | 50 | 4C | 16 | 165 | 43 | 2F |
| Octal | 310 | 50 | 57 | 0 | 120 | 114 | 26 | 545 | 103 | 57 |
| Binary | 11001000 | 101000 | 101111 | 0 | 1010000 | 1001100 | 10110 | 101100101 | 1000011 | 101111 |
Color Harmonies of #C8282F
Complementary color
Monochromatic Colors of #C8282F
Black with #C8282F
Text Example
Text Example
White with #C8282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8282F; }
p { color: rgb(200,40,47); }
H1.HeaderClassName
{
color: #C8282F;
}
.AnyTagClassName
{
color: #C8282F;
}
</style>
background-color css
<style>
a { background-color: #C8282F; }
a { background-color: rgb(200,40,47); }
div.DivClassName
{
background-color: #C8282F;
}
.BgClassName
{
background-color: #C8282F;
}
</style>
border-color css
<style>
span { border-color: #C8282F; }
span { border-color: rgb(200,40,47); }
td.TdClassName
{
border-color: #C8282F;
}
.TagClassName
{
border-color: #C8282F;
}
</style>