Shades of Mahogany #C82931
Tints of Mahogany #C82931
RGB
CMYK
RGB Variations
Color information
#C82931 (or 0xC82931) is known color: Mahogany. HEX triplet: C8, 29 and 31. RGB value is (200,41,49). Sum of RGB (Red+Green+Blue) = 200+41+49=290 (38% of max value = 765). Red value is 200 (78.52% from 255 or 68.97% from 290); Green value is 41 (16.41% from 255 or 14.14% from 290); Blue value is 49 (19.53% from 255 or 16.90% from 290); Max value from RGB is 200 - color contains mainly: red. Hex color #C82931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C82931 is #37D6CE. Grayscale: #595959. Windows color (decimal): -3659471 or 3221960. OLE color: 3221960.
HSL color Cylindrical-coordinate representation of color #C82931: hue angle of 356.98º degrees, saturation: 0.66, 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 #C82931 is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 41 | 49 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.22 |
| HSL | 356.98º | 0.66% | 0.47% | - |
| HSV(B) | 356.98º | 0.8% | 0.78% | - |
| XYZ | 25.17 | 14.09 | 4.3 | - |
| YUV | 89.45 | 105.18 | 206.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 41 | 49 | 0 | 0.80 | 0.76 | 0.22 | 356.98 | 0.66 | 0.47 |
| Hex | C8 | 29 | 31 | 0 | 50 | 4C | 16 | 165 | 42 | 2F |
| Octal | 310 | 51 | 61 | 0 | 120 | 114 | 26 | 545 | 102 | 57 |
| Binary | 11001000 | 101001 | 110001 | 0 | 1010000 | 1001100 | 10110 | 101100101 | 1000010 | 101111 |
Color Harmonies of #C82931
Complementary color
Monochromatic Colors of #C82931
Black with #C82931
Text Example
Text Example
White with #C82931
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C82931; }
p { color: rgb(200,41,49); }
H1.HeaderClassName
{
color: #C82931;
}
.AnyTagClassName
{
color: #C82931;
}
</style>
background-color css
<style>
a { background-color: #C82931; }
a { background-color: rgb(200,41,49); }
div.DivClassName
{
background-color: #C82931;
}
.BgClassName
{
background-color: #C82931;
}
</style>
border-color css
<style>
span { border-color: #C82931; }
span { border-color: rgb(200,41,49); }
td.TdClassName
{
border-color: #C82931;
}
.TagClassName
{
border-color: #C82931;
}
</style>