Shades of Mahogany #C82A2D
Tints of Mahogany #C82A2D
RGB
CMYK
RGB Variations
Color information
#C82A2D (or 0xC82A2D) is known color: Mahogany. HEX triplet: C8, 2A and 2D. RGB value is (200,42,45). Sum of RGB (Red+Green+Blue) = 200+42+45=287 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.69% from 287); Green value is 42 (16.80% from 255 or 14.63% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 200 - color contains mainly: red. Hex color #C82A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82A2D is #37D5D2. Grayscale: #595959. Windows color (decimal): -3659219 or 2960072. OLE color: 2960072.
HSL color Cylindrical-coordinate representation of color #C82A2D: hue angle of 358.86º degrees, saturation: 0.65, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C82A2D is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 42 | 45 | - |
| CMYK | 0 | 0.79 | 0.78 | 0.22 |
| HSL | 358.86º | 0.65% | 0.47% | - |
| HSV(B) | 358.86º | 0.79% | 0.78% | - |
| XYZ | 25.12 | 14.12 | 3.88 | - |
| YUV | 89.58 | 102.85 | 206.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 42 | 45 | 0 | 0.79 | 0.78 | 0.22 | 358.86 | 0.65 | 0.47 |
| Hex | C8 | 2A | 2D | 0 | 4F | 4E | 16 | 167 | 41 | 2F |
| Octal | 310 | 52 | 55 | 0 | 117 | 116 | 26 | 547 | 101 | 57 |
| Binary | 11001000 | 101010 | 101101 | 0 | 1001111 | 1001110 | 10110 | 101100111 | 1000001 | 101111 |
Color Harmonies of #C82A2D
Complementary color
Monochromatic Colors of #C82A2D
Black with #C82A2D
Text Example
Text Example
White with #C82A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82A2D; }
p { color: rgb(200,42,45); }
H1.HeaderClassName
{
color: #C82A2D;
}
.AnyTagClassName
{
color: #C82A2D;
}
</style>
background-color css
<style>
a { background-color: #C82A2D; }
a { background-color: rgb(200,42,45); }
div.DivClassName
{
background-color: #C82A2D;
}
.BgClassName
{
background-color: #C82A2D;
}
</style>
border-color css
<style>
span { border-color: #C82A2D; }
span { border-color: rgb(200,42,45); }
td.TdClassName
{
border-color: #C82A2D;
}
.TagClassName
{
border-color: #C82A2D;
}
</style>