Shades of Mahogany #C32831
Tints of Mahogany #C32831
RGB
CMYK
RGB Variations
Color information
#C32831 (or 0xC32831) is known color: Mahogany. HEX triplet: C3, 28 and 31. RGB value is (195,40,49). Sum of RGB (Red+Green+Blue) = 195+40+49=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 40 (16.02% from 255 or 14.08% from 284); Blue value is 49 (19.53% from 255 or 17.25% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C32831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32831 is #3CD7CE. Grayscale: #575757. Windows color (decimal): -3987407 or 3221699. OLE color: 3221699.
HSL color Cylindrical-coordinate representation of color #C32831: hue angle of 356.52º 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 #C32831 is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 40 | 49 | - |
| CMYK | 0 | 0.79 | 0.75 | 0.24 |
| HSL | 356.52º | 0.66% | 0.46% | - |
| HSV(B) | 356.52º | 0.79% | 0.76% | - |
| XYZ | 23.82 | 13.34 | 4.23 | - |
| YUV | 87.37 | 106.35 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 40 | 49 | 0 | 0.79 | 0.75 | 0.24 | 356.52 | 0.66 | 0.46 |
| Hex | C3 | 28 | 31 | 0 | 4F | 4B | 18 | 165 | 42 | 2E |
| Octal | 303 | 50 | 61 | 0 | 117 | 113 | 30 | 545 | 102 | 56 |
| Binary | 11000011 | 101000 | 110001 | 0 | 1001111 | 1001011 | 11000 | 101100101 | 1000010 | 101110 |
Color Harmonies of #C32831
Complementary color
Monochromatic Colors of #C32831
Black with #C32831
Text Example
Text Example
White with #C32831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32831; }
p { color: rgb(195,40,49); }
H1.HeaderClassName
{
color: #C32831;
}
.AnyTagClassName
{
color: #C32831;
}
</style>
background-color css
<style>
a { background-color: #C32831; }
a { background-color: rgb(195,40,49); }
div.DivClassName
{
background-color: #C32831;
}
.BgClassName
{
background-color: #C32831;
}
</style>
border-color css
<style>
span { border-color: #C32831; }
span { border-color: rgb(195,40,49); }
td.TdClassName
{
border-color: #C32831;
}
.TagClassName
{
border-color: #C32831;
}
</style>