Shades of Mahogany #C43D41
Tints of Mahogany #C43D41
RGB
CMYK
RGB Variations
Color information
#C43D41 (or 0xC43D41) is known color: Mahogany. HEX triplet: C4, 3D and 41. RGB value is (196,61,65). Sum of RGB (Red+Green+Blue) = 196+61+65=322 (42% of max value = 765). Red value is 196 (76.95% from 255 or 60.87% from 322); Green value is 61 (24.22% from 255 or 18.94% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 196 - color contains mainly: red. Hex color #C43D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C43D41 is #3BC2BE. Grayscale: #656565. Windows color (decimal): -3916479 or 4275652. OLE color: 4275652.
HSL color Cylindrical-coordinate representation of color #C43D41: hue angle of 358.22º degrees, saturation: 0.53, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #C43D41 is Cyan = 0, Magento = 0.69, Yellow = 0.67 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 61 | 65 | - |
| CMYK | 0 | 0.69 | 0.67 | 0.23 |
| HSL | 358.22º | 0.53% | 0.5% | - |
| HSV(B) | 358.22º | 0.69% | 0.77% | - |
| XYZ | 25.39 | 15.45 | 6.65 | - |
| YUV | 101.82 | 107.23 | 195.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 61 | 65 | 0 | 0.69 | 0.67 | 0.23 | 358.22 | 0.53 | 0.5 |
| Hex | C4 | 3D | 41 | 0 | 45 | 43 | 17 | 166 | 35 | 32 |
| Octal | 304 | 75 | 101 | 0 | 105 | 103 | 27 | 546 | 65 | 62 |
| Binary | 11000100 | 111101 | 1000001 | 0 | 1000101 | 1000011 | 10111 | 101100110 | 110101 | 110010 |
Color Harmonies of #C43D41
Complementary color
Monochromatic Colors of #C43D41
Black with #C43D41
Text Example
Text Example
White with #C43D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C43D41; }
p { color: rgb(196,61,65); }
H1.HeaderClassName
{
color: #C43D41;
}
.AnyTagClassName
{
color: #C43D41;
}
</style>
background-color css
<style>
a { background-color: #C43D41; }
a { background-color: rgb(196,61,65); }
div.DivClassName
{
background-color: #C43D41;
}
.BgClassName
{
background-color: #C43D41;
}
</style>
border-color css
<style>
span { border-color: #C43D41; }
span { border-color: rgb(196,61,65); }
td.TdClassName
{
border-color: #C43D41;
}
.TagClassName
{
border-color: #C43D41;
}
</style>