Shades of Mahogany #C32F37
Tints of Mahogany #C32F37
RGB
CMYK
RGB Variations
Color information
#C32F37 (or 0xC32F37) is known color: Mahogany. HEX triplet: C3, 2F and 37. RGB value is (195,47,55). Sum of RGB (Red+Green+Blue) = 195+47+55=297 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.66% from 297); Green value is 47 (18.75% from 255 or 15.82% from 297); Blue value is 55 (21.88% from 255 or 18.52% from 297); Max value from RGB is 195 - color contains mainly: red. Hex color #C32F37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32F37 is #3CD0C8. Grayscale: #5C5C5C. Windows color (decimal): -3985609 or 3616707. OLE color: 3616707.
HSL color Cylindrical-coordinate representation of color #C32F37: hue angle of 356.76º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C32F37 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 47 | 55 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.24 |
| HSL | 356.76º | 0.61% | 0.47% | - |
| HSV(B) | 356.76º | 0.76% | 0.76% | - |
| XYZ | 24.21 | 13.91 | 5.02 | - |
| YUV | 92.16 | 107.03 | 201.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 47 | 55 | 0 | 0.76 | 0.72 | 0.24 | 356.76 | 0.61 | 0.47 |
| Hex | C3 | 2F | 37 | 0 | 4C | 48 | 18 | 165 | 3D | 2F |
| Octal | 303 | 57 | 67 | 0 | 114 | 110 | 30 | 545 | 75 | 57 |
| Binary | 11000011 | 101111 | 110111 | 0 | 1001100 | 1001000 | 11000 | 101100101 | 111101 | 101111 |
Color Harmonies of #C32F37
Complementary color
Monochromatic Colors of #C32F37
Black with #C32F37
Text Example
Text Example
White with #C32F37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32F37; }
p { color: rgb(195,47,55); }
H1.HeaderClassName
{
color: #C32F37;
}
.AnyTagClassName
{
color: #C32F37;
}
</style>
background-color css
<style>
a { background-color: #C32F37; }
a { background-color: rgb(195,47,55); }
div.DivClassName
{
background-color: #C32F37;
}
.BgClassName
{
background-color: #C32F37;
}
</style>
border-color css
<style>
span { border-color: #C32F37; }
span { border-color: rgb(195,47,55); }
td.TdClassName
{
border-color: #C32F37;
}
.TagClassName
{
border-color: #C32F37;
}
</style>