Shades of Mahogany #C43239
Tints of Mahogany #C43239
RGB
CMYK
RGB Variations
Color information
#C43239 (or 0xC43239) is known color: Mahogany. HEX triplet: C4, 32 and 39. RGB value is (196,50,57). Sum of RGB (Red+Green+Blue) = 196+50+57=303 (40% of max value = 765). Red value is 196 (76.95% from 255 or 64.69% from 303); Green value is 50 (19.92% from 255 or 16.50% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 196 - color contains mainly: red. Hex color #C43239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43239 is #3BCDC6. Grayscale: #5E5E5E. Windows color (decimal): -3919303 or 3748548. OLE color: 3748548.
HSL color Cylindrical-coordinate representation of color #C43239: hue angle of 357.12º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C43239 is Cyan = 0, Magento = 0.74, Yellow = 0.71 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 50 | 57 | - |
| CMYK | 0 | 0.74 | 0.71 | 0.23 |
| HSL | 357.12º | 0.59% | 0.48% | - |
| HSV(B) | 357.12º | 0.74% | 0.77% | - |
| XYZ | 24.64 | 14.31 | 5.33 | - |
| YUV | 94.45 | 106.87 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 50 | 57 | 0 | 0.74 | 0.71 | 0.23 | 357.12 | 0.59 | 0.48 |
| Hex | C4 | 32 | 39 | 0 | 4A | 47 | 17 | 165 | 3B | 30 |
| Octal | 304 | 62 | 71 | 0 | 112 | 107 | 27 | 545 | 73 | 60 |
| Binary | 11000100 | 110010 | 111001 | 0 | 1001010 | 1000111 | 10111 | 101100101 | 111011 | 110000 |
Color Harmonies of #C43239
Complementary color
Monochromatic Colors of #C43239
Black with #C43239
Text Example
Text Example
White with #C43239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43239; }
p { color: rgb(196,50,57); }
H1.HeaderClassName
{
color: #C43239;
}
.AnyTagClassName
{
color: #C43239;
}
</style>
background-color css
<style>
a { background-color: #C43239; }
a { background-color: rgb(196,50,57); }
div.DivClassName
{
background-color: #C43239;
}
.BgClassName
{
background-color: #C43239;
}
</style>
border-color css
<style>
span { border-color: #C43239; }
span { border-color: rgb(196,50,57); }
td.TdClassName
{
border-color: #C43239;
}
.TagClassName
{
border-color: #C43239;
}
</style>