Shades of Mahogany #C32C34
Tints of Mahogany #C32C34
RGB
CMYK
RGB Variations
Color information
#C32C34 (or 0xC32C34) is known color: Mahogany. HEX triplet: C3, 2C and 34. RGB value is (195,44,52). Sum of RGB (Red+Green+Blue) = 195+44+52=291 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.01% from 291); Green value is 44 (17.58% from 255 or 15.12% from 291); Blue value is 52 (20.70% from 255 or 17.87% from 291); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32C34 is #3CD3CB. Grayscale: #5A5A5A. Windows color (decimal): -3986380 or 3419331. OLE color: 3419331.
HSL color Cylindrical-coordinate representation of color #C32C34: hue angle of 356.82º degrees, saturation: 0.63, 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 #C32C34 is Cyan = 0, Magento = 0.77, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 44 | 52 | - |
| CMYK | 0 | 0.77 | 0.73 | 0.24 |
| HSL | 356.82º | 0.63% | 0.47% | - |
| HSV(B) | 356.82º | 0.77% | 0.76% | - |
| XYZ | 24.03 | 13.65 | 4.62 | - |
| YUV | 90.06 | 106.53 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 44 | 52 | 0 | 0.77 | 0.73 | 0.24 | 356.82 | 0.63 | 0.47 |
| Hex | C3 | 2C | 34 | 0 | 4D | 49 | 18 | 165 | 3F | 2F |
| Octal | 303 | 54 | 64 | 0 | 115 | 111 | 30 | 545 | 77 | 57 |
| Binary | 11000011 | 101100 | 110100 | 0 | 1001101 | 1001001 | 11000 | 101100101 | 111111 | 101111 |
Color Harmonies of #C32C34
Complementary color
Monochromatic Colors of #C32C34
Black with #C32C34
Text Example
Text Example
White with #C32C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32C34; }
p { color: rgb(195,44,52); }
H1.HeaderClassName
{
color: #C32C34;
}
.AnyTagClassName
{
color: #C32C34;
}
</style>
background-color css
<style>
a { background-color: #C32C34; }
a { background-color: rgb(195,44,52); }
div.DivClassName
{
background-color: #C32C34;
}
.BgClassName
{
background-color: #C32C34;
}
</style>
border-color css
<style>
span { border-color: #C32C34; }
span { border-color: rgb(195,44,52); }
td.TdClassName
{
border-color: #C32C34;
}
.TagClassName
{
border-color: #C32C34;
}
</style>