Shades of Mahogany #C4373B
Tints of Mahogany #C4373B
RGB
CMYK
RGB Variations
Color information
#C4373B (or 0xC4373B) is known color: Mahogany. HEX triplet: C4, 37 and 3B. RGB value is (196,55,59). Sum of RGB (Red+Green+Blue) = 196+55+59=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 55 (21.88% from 255 or 17.74% from 310); Blue value is 59 (23.44% from 255 or 19.03% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C4373B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4373B is #3BC8C4. Grayscale: #616161. Windows color (decimal): -3918021 or 3880900. OLE color: 3880900.
HSL color Cylindrical-coordinate representation of color #C4373B: hue angle of 358.3º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C4373B is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 55 | 59 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.23 |
| HSL | 358.3º | 0.56% | 0.49% | - |
| HSV(B) | 358.3º | 0.72% | 0.77% | - |
| XYZ | 24.92 | 14.78 | 5.68 | - |
| YUV | 97.62 | 106.21 | 198.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 55 | 59 | 0 | 0.72 | 0.70 | 0.23 | 358.3 | 0.56 | 0.49 |
| Hex | C4 | 37 | 3B | 0 | 48 | 46 | 17 | 166 | 38 | 31 |
| Octal | 304 | 67 | 73 | 0 | 110 | 106 | 27 | 546 | 70 | 61 |
| Binary | 11000100 | 110111 | 111011 | 0 | 1001000 | 1000110 | 10111 | 101100110 | 111000 | 110001 |
Color Harmonies of #C4373B
Complementary color
Monochromatic Colors of #C4373B
Black with #C4373B
Text Example
Text Example
White with #C4373B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4373B; }
p { color: rgb(196,55,59); }
H1.HeaderClassName
{
color: #C4373B;
}
.AnyTagClassName
{
color: #C4373B;
}
</style>
background-color css
<style>
a { background-color: #C4373B; }
a { background-color: rgb(196,55,59); }
div.DivClassName
{
background-color: #C4373B;
}
.BgClassName
{
background-color: #C4373B;
}
</style>
border-color css
<style>
span { border-color: #C4373B; }
span { border-color: rgb(196,55,59); }
td.TdClassName
{
border-color: #C4373B;
}
.TagClassName
{
border-color: #C4373B;
}
</style>