Shades of Mahogany #C42F32
Tints of Mahogany #C42F32
RGB
CMYK
RGB Variations
Color information
#C42F32 (or 0xC42F32) is known color: Mahogany. HEX triplet: C4, 2F and 32. RGB value is (196,47,50). Sum of RGB (Red+Green+Blue) = 196+47+50=293 (38% of max value = 765). Red value is 196 (76.95% from 255 or 66.89% from 293); Green value is 47 (18.75% from 255 or 16.04% from 293); Blue value is 50 (19.92% from 255 or 17.06% from 293); Max value from RGB is 196 - color contains mainly: red. Hex color #C42F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42F32 is #3BD0CD. Grayscale: #5C5C5C. Windows color (decimal): -3920078 or 3289028. OLE color: 3289028.
HSL color Cylindrical-coordinate representation of color #C42F32: hue angle of 358.79º degrees, saturation: 0.61, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C42F32 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 47 | 50 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.23 |
| HSL | 358.79º | 0.61% | 0.48% | - |
| HSV(B) | 358.79º | 0.76% | 0.77% | - |
| XYZ | 24.36 | 14 | 4.44 | - |
| YUV | 91.89 | 104.36 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 47 | 50 | 0 | 0.76 | 0.74 | 0.23 | 358.79 | 0.61 | 0.48 |
| Hex | C4 | 2F | 32 | 0 | 4C | 4A | 17 | 167 | 3D | 30 |
| Octal | 304 | 57 | 62 | 0 | 114 | 112 | 27 | 547 | 75 | 60 |
| Binary | 11000100 | 101111 | 110010 | 0 | 1001100 | 1001010 | 10111 | 101100111 | 111101 | 110000 |
Color Harmonies of #C42F32
Complementary color
Monochromatic Colors of #C42F32
Black with #C42F32
Text Example
Text Example
White with #C42F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42F32; }
p { color: rgb(196,47,50); }
H1.HeaderClassName
{
color: #C42F32;
}
.AnyTagClassName
{
color: #C42F32;
}
</style>
background-color css
<style>
a { background-color: #C42F32; }
a { background-color: rgb(196,47,50); }
div.DivClassName
{
background-color: #C42F32;
}
.BgClassName
{
background-color: #C42F32;
}
</style>
border-color css
<style>
span { border-color: #C42F32; }
span { border-color: rgb(196,47,50); }
td.TdClassName
{
border-color: #C42F32;
}
.TagClassName
{
border-color: #C42F32;
}
</style>