Shades of Mahogany #C42D37
Tints of Mahogany #C42D37
RGB
CMYK
RGB Variations
Color information
#C42D37 (or 0xC42D37) is known color: Mahogany. HEX triplet: C4, 2D and 37. RGB value is (196,45,55). Sum of RGB (Red+Green+Blue) = 196+45+55=296 (39% of max value = 765). Red value is 196 (76.95% from 255 or 66.22% from 296); Green value is 45 (17.97% from 255 or 15.20% from 296); Blue value is 55 (21.88% from 255 or 18.58% from 296); Max value from RGB is 196 - color contains mainly: red. Hex color #C42D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C42D37 is #3BD2C8. Grayscale: #5B5B5B. Windows color (decimal): -3920585 or 3616196. OLE color: 3616196.
HSL color Cylindrical-coordinate representation of color #C42D37: hue angle of 356.03º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C42D37 is Cyan = 0, Magento = 0.77, Yellow = 0.72 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 45 | 55 | - |
| CMYK | 0 | 0.77 | 0.72 | 0.23 |
| HSL | 356.03º | 0.63% | 0.47% | - |
| HSV(B) | 356.03º | 0.77% | 0.77% | - |
| XYZ | 24.39 | 13.89 | 5.01 | - |
| YUV | 91.29 | 107.53 | 202.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 45 | 55 | 0 | 0.77 | 0.72 | 0.23 | 356.03 | 0.63 | 0.47 |
| Hex | C4 | 2D | 37 | 0 | 4D | 48 | 17 | 164 | 3F | 2F |
| Octal | 304 | 55 | 67 | 0 | 115 | 110 | 27 | 544 | 77 | 57 |
| Binary | 11000100 | 101101 | 110111 | 0 | 1001101 | 1001000 | 10111 | 101100100 | 111111 | 101111 |
Color Harmonies of #C42D37
Complementary color
Monochromatic Colors of #C42D37
Black with #C42D37
Text Example
Text Example
White with #C42D37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C42D37; }
p { color: rgb(196,45,55); }
H1.HeaderClassName
{
color: #C42D37;
}
.AnyTagClassName
{
color: #C42D37;
}
</style>
background-color css
<style>
a { background-color: #C42D37; }
a { background-color: rgb(196,45,55); }
div.DivClassName
{
background-color: #C42D37;
}
.BgClassName
{
background-color: #C42D37;
}
</style>
border-color css
<style>
span { border-color: #C42D37; }
span { border-color: rgb(196,45,55); }
td.TdClassName
{
border-color: #C42D37;
}
.TagClassName
{
border-color: #C42D37;
}
</style>