Shades of Mahogany #C7282F
Tints of Mahogany #C7282F
RGB
CMYK
RGB Variations
Color information
#C7282F (or 0xC7282F) is known color: Mahogany. HEX triplet: C7, 28 and 2F. RGB value is (199,40,47). Sum of RGB (Red+Green+Blue) = 199+40+47=286 (37% of max value = 765). Red value is 199 (78.12% from 255 or 69.58% from 286); Green value is 40 (16.02% from 255 or 13.99% from 286); Blue value is 47 (18.75% from 255 or 16.43% from 286); Max value from RGB is 199 - color contains mainly: red. Hex color #C7282F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C7282F is #38D7D0. Grayscale: #585858. Windows color (decimal): -3725265 or 3090631. OLE color: 3090631.
HSL color Cylindrical-coordinate representation of color #C7282F: hue angle of 357.36º 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 #C7282F is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 199 | 40 | 47 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.22 |
| HSL | 357.36º | 0.67% | 0.47% | - |
| HSV(B) | 357.36º | 0.8% | 0.78% | - |
| XYZ | 24.83 | 13.86 | 4.06 | - |
| YUV | 88.34 | 104.68 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 199 | 40 | 47 | 0 | 0.80 | 0.76 | 0.22 | 357.36 | 0.67 | 0.47 |
| Hex | C7 | 28 | 2F | 0 | 50 | 4C | 16 | 165 | 43 | 2F |
| Octal | 307 | 50 | 57 | 0 | 120 | 114 | 26 | 545 | 103 | 57 |
| Binary | 11000111 | 101000 | 101111 | 0 | 1010000 | 1001100 | 10110 | 101100101 | 1000011 | 101111 |
Color Harmonies of #C7282F
Complementary color
Monochromatic Colors of #C7282F
Black with #C7282F
Text Example
Text Example
White with #C7282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C7282F; }
p { color: rgb(199,40,47); }
H1.HeaderClassName
{
color: #C7282F;
}
.AnyTagClassName
{
color: #C7282F;
}
</style>
background-color css
<style>
a { background-color: #C7282F; }
a { background-color: rgb(199,40,47); }
div.DivClassName
{
background-color: #C7282F;
}
.BgClassName
{
background-color: #C7282F;
}
</style>
border-color css
<style>
span { border-color: #C7282F; }
span { border-color: rgb(199,40,47); }
td.TdClassName
{
border-color: #C7282F;
}
.TagClassName
{
border-color: #C7282F;
}
</style>