Shades of Mahogany #C9282F
Tints of Mahogany #C9282F
RGB
CMYK
RGB Variations
Color information
#C9282F (or 0xC9282F) is known color: Mahogany. HEX triplet: C9, 28 and 2F. RGB value is (201,40,47). Sum of RGB (Red+Green+Blue) = 201+40+47=288 (38% of max value = 765). Red value is 201 (78.91% from 255 or 69.79% from 288); Green value is 40 (16.02% from 255 or 13.89% from 288); Blue value is 47 (18.75% from 255 or 16.32% from 288); Max value from RGB is 201 - color contains mainly: red. Hex color #C9282F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9282F is #36D7D0. Grayscale: #595959. Windows color (decimal): -3594193 or 3090633. OLE color: 3090633.
HSL color Cylindrical-coordinate representation of color #C9282F: hue angle of 357.39º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C9282F is Cyan = 0, Magento = 0.80, Yellow = 0.77 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 40 | 47 | - |
| CMYK | 0 | 0.80 | 0.77 | 0.21 |
| HSL | 357.39º | 0.67% | 0.47% | - |
| HSV(B) | 357.39º | 0.8% | 0.79% | - |
| XYZ | 25.36 | 14.14 | 4.08 | - |
| YUV | 88.94 | 104.34 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 47 | 0 | 0.80 | 0.77 | 0.21 | 357.39 | 0.67 | 0.47 |
| Hex | C9 | 28 | 2F | 0 | 50 | 4D | 15 | 165 | 43 | 2F |
| Octal | 311 | 50 | 57 | 0 | 120 | 115 | 25 | 545 | 103 | 57 |
| Binary | 11001001 | 101000 | 101111 | 0 | 1010000 | 1001101 | 10101 | 101100101 | 1000011 | 101111 |
Color Harmonies of #C9282F
Complementary color
Monochromatic Colors of #C9282F
Black with #C9282F
Text Example
Text Example
White with #C9282F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9282F; }
p { color: rgb(201,40,47); }
H1.HeaderClassName
{
color: #C9282F;
}
.AnyTagClassName
{
color: #C9282F;
}
</style>
background-color css
<style>
a { background-color: #C9282F; }
a { background-color: rgb(201,40,47); }
div.DivClassName
{
background-color: #C9282F;
}
.BgClassName
{
background-color: #C9282F;
}
</style>
border-color css
<style>
span { border-color: #C9282F; }
span { border-color: rgb(201,40,47); }
td.TdClassName
{
border-color: #C9282F;
}
.TagClassName
{
border-color: #C9282F;
}
</style>