Shades of Mahogany #C32D2E
Tints of Mahogany #C32D2E
RGB
CMYK
RGB Variations
Color information
#C32D2E (or 0xC32D2E) is known color: Mahogany. HEX triplet: C3, 2D and 2E. RGB value is (195,45,46). Sum of RGB (Red+Green+Blue) = 195+45+46=286 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.18% from 286); Green value is 45 (17.97% from 255 or 15.73% from 286); Blue value is 46 (18.36% from 255 or 16.08% from 286); Max value from RGB is 195 - color contains mainly: red. Hex color #C32D2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32D2E is #3CD2D1. Grayscale: #5A5A5A. Windows color (decimal): -3986130 or 3026371. OLE color: 3026371.
HSL color Cylindrical-coordinate representation of color #C32D2E: hue angle of 359.6º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C32D2E is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 45 | 46 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.24 |
| HSL | 359.6º | 0.63% | 0.47% | - |
| HSV(B) | 359.6º | 0.77% | 0.76% | - |
| XYZ | 23.94 | 13.68 | 3.96 | - |
| YUV | 89.96 | 103.2 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 46 | 0 | 0.77 | 0.76 | 0.24 | 359.6 | 0.63 | 0.47 |
| Hex | C3 | 2D | 2E | 0 | 4D | 4C | 18 | 168 | 3E | 2F |
| Octal | 303 | 55 | 56 | 0 | 115 | 114 | 30 | 550 | 76 | 57 |
| Binary | 11000011 | 101101 | 101110 | 0 | 1001101 | 1001100 | 11000 | 101101000 | 111110 | 101111 |
Color Harmonies of #C32D2E
Complementary color
Monochromatic Colors of #C32D2E
Black with #C32D2E
Text Example
Text Example
White with #C32D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32D2E; }
p { color: rgb(195,45,46); }
H1.HeaderClassName
{
color: #C32D2E;
}
.AnyTagClassName
{
color: #C32D2E;
}
</style>
background-color css
<style>
a { background-color: #C32D2E; }
a { background-color: rgb(195,45,46); }
div.DivClassName
{
background-color: #C32D2E;
}
.BgClassName
{
background-color: #C32D2E;
}
</style>
border-color css
<style>
span { border-color: #C32D2E; }
span { border-color: rgb(195,45,46); }
td.TdClassName
{
border-color: #C32D2E;
}
.TagClassName
{
border-color: #C32D2E;
}
</style>