Shades of Mahogany #C82C2D
Tints of Mahogany #C82C2D
RGB
CMYK
RGB Variations
Color information
#C82C2D (or 0xC82C2D) is known color: Mahogany. HEX triplet: C8, 2C and 2D. RGB value is (200,44,45). Sum of RGB (Red+Green+Blue) = 200+44+45=289 (38% of max value = 765). Red value is 200 (78.52% from 255 or 69.20% from 289); Green value is 44 (17.58% from 255 or 15.22% from 289); Blue value is 45 (17.97% from 255 or 15.57% from 289); Max value from RGB is 200 - color contains mainly: red. Hex color #C82C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82C2D is #37D3D2. Grayscale: #5A5A5A. Windows color (decimal): -3658707 or 2960584. OLE color: 2960584.
HSL color Cylindrical-coordinate representation of color #C82C2D: hue angle of 359.62º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C82C2D is Cyan = 0, Magento = 0.78, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 44 | 45 | - |
| CMYK | 0 | 0.78 | 0.78 | 0.22 |
| HSL | 359.62º | 0.64% | 0.48% | - |
| HSV(B) | 359.62º | 0.78% | 0.78% | - |
| XYZ | 25.19 | 14.27 | 3.91 | - |
| YUV | 90.76 | 102.18 | 205.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 44 | 45 | 0 | 0.78 | 0.78 | 0.22 | 359.62 | 0.64 | 0.48 |
| Hex | C8 | 2C | 2D | 0 | 4E | 4E | 16 | 168 | 40 | 30 |
| Octal | 310 | 54 | 55 | 0 | 116 | 116 | 26 | 550 | 100 | 60 |
| Binary | 11001000 | 101100 | 101101 | 0 | 1001110 | 1001110 | 10110 | 101101000 | 1000000 | 110000 |
Color Harmonies of #C82C2D
Complementary color
Monochromatic Colors of #C82C2D
Black with #C82C2D
Text Example
Text Example
White with #C82C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82C2D; }
p { color: rgb(200,44,45); }
H1.HeaderClassName
{
color: #C82C2D;
}
.AnyTagClassName
{
color: #C82C2D;
}
</style>
background-color css
<style>
a { background-color: #C82C2D; }
a { background-color: rgb(200,44,45); }
div.DivClassName
{
background-color: #C82C2D;
}
.BgClassName
{
background-color: #C82C2D;
}
</style>
border-color css
<style>
span { border-color: #C82C2D; }
span { border-color: rgb(200,44,45); }
td.TdClassName
{
border-color: #C82C2D;
}
.TagClassName
{
border-color: #C82C2D;
}
</style>