Shades of Mahogany #C32D37
Tints of Mahogany #C32D37
RGB
CMYK
RGB Variations
Color information
#C32D37 (or 0xC32D37) is known color: Mahogany. HEX triplet: C3, 2D and 37. RGB value is (195,45,55). Sum of RGB (Red+Green+Blue) = 195+45+55=295 (39% of max value = 765). Red value is 195 (76.56% from 255 or 66.10% from 295); Green value is 45 (17.97% from 255 or 15.25% from 295); Blue value is 55 (21.88% from 255 or 18.64% from 295); Max value from RGB is 195 - color contains mainly: red. Hex color #C32D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32D37 is #3CD2C8. Grayscale: #5B5B5B. Windows color (decimal): -3986121 or 3616195. OLE color: 3616195.
HSL color Cylindrical-coordinate representation of color #C32D37: hue angle of 356º 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 #C32D37 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 45 | 55 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.24 |
| HSL | 356º | 0.63% | 0.47% | - |
| HSV(B) | 356º | 0.77% | 0.76% | - |
| XYZ | 24.13 | 13.75 | 5 | - |
| YUV | 90.99 | 107.7 | 202.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 45 | 55 | 0 | 0.77 | 0.72 | 0.24 | 356 | 0.63 | 0.47 |
| Hex | C3 | 2D | 37 | 0 | 4D | 48 | 18 | 164 | 3E | 2F |
| Octal | 303 | 55 | 67 | 0 | 115 | 110 | 30 | 544 | 76 | 57 |
| Binary | 11000011 | 101101 | 110111 | 0 | 1001101 | 1001000 | 11000 | 101100100 | 111110 | 101111 |
Color Harmonies of #C32D37
Complementary color
Monochromatic Colors of #C32D37
Black with #C32D37
Text Example
Text Example
White with #C32D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32D37; }
p { color: rgb(195,45,55); }
H1.HeaderClassName
{
color: #C32D37;
}
.AnyTagClassName
{
color: #C32D37;
}
</style>
background-color css
<style>
a { background-color: #C32D37; }
a { background-color: rgb(195,45,55); }
div.DivClassName
{
background-color: #C32D37;
}
.BgClassName
{
background-color: #C32D37;
}
</style>
border-color css
<style>
span { border-color: #C32D37; }
span { border-color: rgb(195,45,55); }
td.TdClassName
{
border-color: #C32D37;
}
.TagClassName
{
border-color: #C32D37;
}
</style>