Shades of Mahogany #C32832
Tints of Mahogany #C32832
RGB
CMYK
RGB Variations
Color information
#C32832 (or 0xC32832) is known color: Mahogany. HEX triplet: C3, 28 and 32. RGB value is (195,40,50). Sum of RGB (Red+Green+Blue) = 195+40+50=285 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.42% from 285); Green value is 40 (16.02% from 255 or 14.04% from 285); Blue value is 50 (19.92% from 255 or 17.54% from 285); Max value from RGB is 195 - color contains mainly: red. Hex color #C32832 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32832 is #3CD7CD. Grayscale: #575757. Windows color (decimal): -3987406 or 3287235. OLE color: 3287235.
HSL color Cylindrical-coordinate representation of color #C32832: hue angle of 356.13º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C32832 is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 40 | 50 | - |
| CMYK | 0 | 0.79 | 0.74 | 0.24 |
| HSL | 356.13º | 0.66% | 0.46% | - |
| HSV(B) | 356.13º | 0.79% | 0.76% | - |
| XYZ | 23.84 | 13.35 | 4.34 | - |
| YUV | 87.49 | 106.85 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 50 | 0 | 0.79 | 0.74 | 0.24 | 356.13 | 0.66 | 0.46 |
| Hex | C3 | 28 | 32 | 0 | 4F | 4A | 18 | 164 | 42 | 2E |
| Octal | 303 | 50 | 62 | 0 | 117 | 112 | 30 | 544 | 102 | 56 |
| Binary | 11000011 | 101000 | 110010 | 0 | 1001111 | 1001010 | 11000 | 101100100 | 1000010 | 101110 |
Color Harmonies of #C32832
Complementary color
Monochromatic Colors of #C32832
Black with #C32832
Text Example
Text Example
White with #C32832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32832; }
p { color: rgb(195,40,50); }
H1.HeaderClassName
{
color: #C32832;
}
.AnyTagClassName
{
color: #C32832;
}
</style>
background-color css
<style>
a { background-color: #C32832; }
a { background-color: rgb(195,40,50); }
div.DivClassName
{
background-color: #C32832;
}
.BgClassName
{
background-color: #C32832;
}
</style>
border-color css
<style>
span { border-color: #C32832; }
span { border-color: rgb(195,40,50); }
td.TdClassName
{
border-color: #C32832;
}
.TagClassName
{
border-color: #C32832;
}
</style>