Shades of Mahogany #C32B34
Tints of Mahogany #C32B34
RGB
CMYK
RGB Variations
Color information
#C32B34 (or 0xC32B34) is known color: Mahogany. HEX triplet: C3, 2B and 34. RGB value is (195,43,52). Sum of RGB (Red+Green+Blue) = 195+43+52=290 (38% of max value = 765). Red value is 195 (76.56% from 255 or 67.24% from 290); Green value is 43 (17.19% from 255 or 14.83% from 290); Blue value is 52 (20.70% from 255 or 17.93% from 290); Max value from RGB is 195 - color contains mainly: red. Hex color #C32B34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32B34 is #3CD4CB. Grayscale: #595959. Windows color (decimal): -3986636 or 3419075. OLE color: 3419075.
HSL color Cylindrical-coordinate representation of color #C32B34: hue angle of 356.45º 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 #C32B34 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 43 | 52 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.24 |
| HSL | 356.45º | 0.64% | 0.47% | - |
| HSV(B) | 356.45º | 0.78% | 0.76% | - |
| XYZ | 23.99 | 13.58 | 4.61 | - |
| YUV | 89.47 | 106.86 | 203.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 43 | 52 | 0 | 0.78 | 0.73 | 0.24 | 356.45 | 0.64 | 0.47 |
| Hex | C3 | 2B | 34 | 0 | 4E | 49 | 18 | 164 | 40 | 2F |
| Octal | 303 | 53 | 64 | 0 | 116 | 111 | 30 | 544 | 100 | 57 |
| Binary | 11000011 | 101011 | 110100 | 0 | 1001110 | 1001001 | 11000 | 101100100 | 1000000 | 101111 |
Color Harmonies of #C32B34
Complementary color
Monochromatic Colors of #C32B34
Black with #C32B34
Text Example
Text Example
White with #C32B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32B34; }
p { color: rgb(195,43,52); }
H1.HeaderClassName
{
color: #C32B34;
}
.AnyTagClassName
{
color: #C32B34;
}
</style>
background-color css
<style>
a { background-color: #C32B34; }
a { background-color: rgb(195,43,52); }
div.DivClassName
{
background-color: #C32B34;
}
.BgClassName
{
background-color: #C32B34;
}
</style>
border-color css
<style>
span { border-color: #C32B34; }
span { border-color: rgb(195,43,52); }
td.TdClassName
{
border-color: #C32B34;
}
.TagClassName
{
border-color: #C32B34;
}
</style>