Shades of Mahogany #C9282B
Tints of Mahogany #C9282B
RGB
CMYK
RGB Variations
Color information
#C9282B (or 0xC9282B) is known color: Mahogany. HEX triplet: C9, 28 and 2B. RGB value is (201,40,43). Sum of RGB (Red+Green+Blue) = 201+40+43=284 (37% of max value = 765). Red value is 201 (78.91% from 255 or 70.77% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 43 (17.19% from 255 or 15.14% from 284); Max value from RGB is 201 - color contains mainly: red. Hex color #C9282B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C9282B is #36D7D4. Grayscale: #585858. Windows color (decimal): -3594197 or 2828489. OLE color: 2828489.
HSL color Cylindrical-coordinate representation of color #C9282B: hue angle of 358.88º 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 #C9282B is Cyan = 0, Magento = 0.80, Yellow = 0.79 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 40 | 43 | - |
| CMYK | 0 | 0.80 | 0.79 | 0.21 |
| HSL | 358.88º | 0.67% | 0.47% | - |
| HSV(B) | 358.88º | 0.8% | 0.79% | - |
| XYZ | 25.28 | 14.11 | 3.68 | - |
| YUV | 88.48 | 102.34 | 208.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 40 | 43 | 0 | 0.80 | 0.79 | 0.21 | 358.88 | 0.67 | 0.47 |
| Hex | C9 | 28 | 2B | 0 | 50 | 4F | 15 | 167 | 43 | 2F |
| Octal | 311 | 50 | 53 | 0 | 120 | 117 | 25 | 547 | 103 | 57 |
| Binary | 11001001 | 101000 | 101011 | 0 | 1010000 | 1001111 | 10101 | 101100111 | 1000011 | 101111 |
Color Harmonies of #C9282B
Complementary color
Monochromatic Colors of #C9282B
Black with #C9282B
Text Example
Text Example
White with #C9282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9282B; }
p { color: rgb(201,40,43); }
H1.HeaderClassName
{
color: #C9282B;
}
.AnyTagClassName
{
color: #C9282B;
}
</style>
background-color css
<style>
a { background-color: #C9282B; }
a { background-color: rgb(201,40,43); }
div.DivClassName
{
background-color: #C9282B;
}
.BgClassName
{
background-color: #C9282B;
}
</style>
border-color css
<style>
span { border-color: #C9282B; }
span { border-color: rgb(201,40,43); }
td.TdClassName
{
border-color: #C9282B;
}
.TagClassName
{
border-color: #C9282B;
}
</style>