Shades of Mahogany #C32E37
Tints of Mahogany #C32E37
RGB
CMYK
RGB Variations
Color information
#C32E37 (or 0xC32E37) is known color: Mahogany. HEX triplet: C3, 2E and 37. RGB value is (195,46,55). Sum of RGB (Red+Green+Blue) = 195+46+55=296 (39% of max value = 765). Red value is 195 (76.56% from 255 or 65.88% from 296); Green value is 46 (18.36% from 255 or 15.54% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 195 - color contains mainly: red. Hex color #C32E37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32E37 is #3CD1C8. Grayscale: #5B5B5B. Windows color (decimal): -3985865 or 3616451. OLE color: 3616451.
HSL color Cylindrical-coordinate representation of color #C32E37: hue angle of 356.38º degrees, saturation: 0.62, 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 #C32E37 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 46 | 55 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.24 |
| HSL | 356.38º | 0.62% | 0.47% | - |
| HSV(B) | 356.38º | 0.76% | 0.76% | - |
| XYZ | 24.17 | 13.83 | 5.01 | - |
| YUV | 91.58 | 107.36 | 201.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 46 | 55 | 0 | 0.76 | 0.72 | 0.24 | 356.38 | 0.62 | 0.47 |
| Hex | C3 | 2E | 37 | 0 | 4C | 48 | 18 | 164 | 3E | 2F |
| Octal | 303 | 56 | 67 | 0 | 114 | 110 | 30 | 544 | 76 | 57 |
| Binary | 11000011 | 101110 | 110111 | 0 | 1001100 | 1001000 | 11000 | 101100100 | 111110 | 101111 |
Color Harmonies of #C32E37
Complementary color
Monochromatic Colors of #C32E37
Black with #C32E37
Text Example
Text Example
White with #C32E37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32E37; }
p { color: rgb(195,46,55); }
H1.HeaderClassName
{
color: #C32E37;
}
.AnyTagClassName
{
color: #C32E37;
}
</style>
background-color css
<style>
a { background-color: #C32E37; }
a { background-color: rgb(195,46,55); }
div.DivClassName
{
background-color: #C32E37;
}
.BgClassName
{
background-color: #C32E37;
}
</style>
border-color css
<style>
span { border-color: #C32E37; }
span { border-color: rgb(195,46,55); }
td.TdClassName
{
border-color: #C32E37;
}
.TagClassName
{
border-color: #C32E37;
}
</style>