Shades of Mahogany #C42C2F
Tints of Mahogany #C42C2F
RGB
CMYK
RGB Variations
Color information
#C42C2F (or 0xC42C2F) is known color: Mahogany. HEX triplet: C4, 2C and 2F. RGB value is (196,44,47). Sum of RGB (Red+Green+Blue) = 196+44+47=287 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.29% from 287); Green value is 44 (17.58% from 255 or 15.33% from 287); Blue value is 47 (18.75% from 255 or 16.38% from 287); Max value from RGB is 196 - color contains mainly: red. Hex color #C42C2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42C2F is #3BD3D0. Grayscale: #595959. Windows color (decimal): -3920849 or 3091652. OLE color: 3091652.
HSL color Cylindrical-coordinate representation of color #C42C2F: hue angle of 358.82º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C42C2F is Cyan = 0, Magento = 0.78, Yellow = 0.76 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 44 | 47 | - |
| CMYK | 0 | 0.78 | 0.76 | 0.23 |
| HSL | 358.82º | 0.63% | 0.47% | - |
| HSV(B) | 358.82º | 0.78% | 0.77% | - |
| XYZ | 24.18 | 13.74 | 4.07 | - |
| YUV | 89.79 | 103.86 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 44 | 47 | 0 | 0.78 | 0.76 | 0.23 | 358.82 | 0.63 | 0.47 |
| Hex | C4 | 2C | 2F | 0 | 4E | 4C | 17 | 167 | 3F | 2F |
| Octal | 304 | 54 | 57 | 0 | 116 | 114 | 27 | 547 | 77 | 57 |
| Binary | 11000100 | 101100 | 101111 | 0 | 1001110 | 1001100 | 10111 | 101100111 | 111111 | 101111 |
Color Harmonies of #C42C2F
Complementary color
Monochromatic Colors of #C42C2F
Black with #C42C2F
Text Example
Text Example
White with #C42C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42C2F; }
p { color: rgb(196,44,47); }
H1.HeaderClassName
{
color: #C42C2F;
}
.AnyTagClassName
{
color: #C42C2F;
}
</style>
background-color css
<style>
a { background-color: #C42C2F; }
a { background-color: rgb(196,44,47); }
div.DivClassName
{
background-color: #C42C2F;
}
.BgClassName
{
background-color: #C42C2F;
}
</style>
border-color css
<style>
span { border-color: #C42C2F; }
span { border-color: rgb(196,44,47); }
td.TdClassName
{
border-color: #C42C2F;
}
.TagClassName
{
border-color: #C42C2F;
}
</style>