Shades of Mahogany #C32B2E
Tints of Mahogany #C32B2E
RGB
CMYK
RGB Variations
Color information
#C32B2E (or 0xC32B2E) is known color: Mahogany. HEX triplet: C3, 2B and 2E. RGB value is (195,43,46). Sum of RGB (Red+Green+Blue) = 195+43+46=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 43 (17.19% from 255 or 15.14% from 284); Blue value is 46 (18.36% from 255 or 16.20% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32B2E is #3CD4D1. Grayscale: #585858. Windows color (decimal): -3986642 or 3025859. OLE color: 3025859.
HSL color Cylindrical-coordinate representation of color #C32B2E: hue angle of 358.82º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C32B2E is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 43 | 46 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.24 |
| HSL | 358.82º | 0.64% | 0.47% | - |
| HSV(B) | 358.82º | 0.78% | 0.76% | - |
| XYZ | 23.86 | 13.53 | 3.94 | - |
| YUV | 88.79 | 103.86 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 43 | 46 | 0 | 0.78 | 0.76 | 0.24 | 358.82 | 0.64 | 0.47 |
| Hex | C3 | 2B | 2E | 0 | 4E | 4C | 18 | 167 | 40 | 2F |
| Octal | 303 | 53 | 56 | 0 | 116 | 114 | 30 | 547 | 100 | 57 |
| Binary | 11000011 | 101011 | 101110 | 0 | 1001110 | 1001100 | 11000 | 101100111 | 1000000 | 101111 |
Color Harmonies of #C32B2E
Complementary color
Monochromatic Colors of #C32B2E
Black with #C32B2E
Text Example
Text Example
White with #C32B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32B2E; }
p { color: rgb(195,43,46); }
H1.HeaderClassName
{
color: #C32B2E;
}
.AnyTagClassName
{
color: #C32B2E;
}
</style>
background-color css
<style>
a { background-color: #C32B2E; }
a { background-color: rgb(195,43,46); }
div.DivClassName
{
background-color: #C32B2E;
}
.BgClassName
{
background-color: #C32B2E;
}
</style>
border-color css
<style>
span { border-color: #C32B2E; }
span { border-color: rgb(195,43,46); }
td.TdClassName
{
border-color: #C32B2E;
}
.TagClassName
{
border-color: #C32B2E;
}
</style>