Shades of Mahogany #C32C2D
Tints of Mahogany #C32C2D
RGB
CMYK
RGB Variations
Color information
#C32C2D (or 0xC32C2D) is known color: Mahogany. HEX triplet: C3, 2C and 2D. RGB value is (195,44,45). Sum of RGB (Red+Green+Blue) = 195+44+45=284 (37% of max value = 765). Red value is 195 (76.56% from 255 or 68.66% from 284); Green value is 44 (17.58% from 255 or 15.49% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 195 - color contains mainly: red. Hex color #C32C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C32C2D is #3CD3D2. Grayscale: #595959. Windows color (decimal): -3986387 or 2960579. OLE color: 2960579.
HSL color Cylindrical-coordinate representation of color #C32C2D: hue angle of 359.6º 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 #C32C2D is Cyan = 0, Magento = 0.77, Yellow = 0.77 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 195 | 44 | 45 | - |
| CMYK | 0 | 0.77 | 0.77 | 0.24 |
| HSL | 359.6º | 0.63% | 0.47% | - |
| HSV(B) | 359.6º | 0.77% | 0.76% | - |
| XYZ | 23.88 | 13.59 | 3.85 | - |
| YUV | 89.26 | 103.03 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 195 | 44 | 45 | 0 | 0.77 | 0.77 | 0.24 | 359.6 | 0.63 | 0.47 |
| Hex | C3 | 2C | 2D | 0 | 4D | 4D | 18 | 168 | 3F | 2F |
| Octal | 303 | 54 | 55 | 0 | 115 | 115 | 30 | 550 | 77 | 57 |
| Binary | 11000011 | 101100 | 101101 | 0 | 1001101 | 1001101 | 11000 | 101101000 | 111111 | 101111 |
Color Harmonies of #C32C2D
Complementary color
Monochromatic Colors of #C32C2D
Black with #C32C2D
Text Example
Text Example
White with #C32C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C32C2D; }
p { color: rgb(195,44,45); }
H1.HeaderClassName
{
color: #C32C2D;
}
.AnyTagClassName
{
color: #C32C2D;
}
</style>
background-color css
<style>
a { background-color: #C32C2D; }
a { background-color: rgb(195,44,45); }
div.DivClassName
{
background-color: #C32C2D;
}
.BgClassName
{
background-color: #C32C2D;
}
</style>
border-color css
<style>
span { border-color: #C32C2D; }
span { border-color: rgb(195,44,45); }
td.TdClassName
{
border-color: #C32C2D;
}
.TagClassName
{
border-color: #C32C2D;
}
</style>