Shades of Mahogany #C23137
Tints of Mahogany #C23137
RGB
CMYK
RGB Variations
Color information
#C23137 (or 0xC23137) is known color: Mahogany. HEX triplet: C2, 31 and 37. RGB value is (194,49,55). Sum of RGB (Red+Green+Blue) = 194+49+55=298 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.10% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 55 (21.88% from 255 or 18.46% from 298); Max value from RGB is 194 - color contains mainly: red. Hex color #C23137 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C23137 is #3DCEC8. Grayscale: #5D5D5D. Windows color (decimal): -4050633 or 3617218. OLE color: 3617218.
HSL color Cylindrical-coordinate representation of color #C23137: hue angle of 357.52º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C23137 is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 49 | 55 | - |
| CMYK | 0 | 0.75 | 0.72 | 0.24 |
| HSL | 357.52º | 0.6% | 0.48% | - |
| HSV(B) | 357.52º | 0.75% | 0.76% | - |
| XYZ | 24.04 | 13.94 | 5.04 | - |
| YUV | 93.04 | 106.54 | 200.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 49 | 55 | 0 | 0.75 | 0.72 | 0.24 | 357.52 | 0.6 | 0.48 |
| Hex | C2 | 31 | 37 | 0 | 4B | 48 | 18 | 166 | 3C | 30 |
| Octal | 302 | 61 | 67 | 0 | 113 | 110 | 30 | 546 | 74 | 60 |
| Binary | 11000010 | 110001 | 110111 | 0 | 1001011 | 1001000 | 11000 | 101100110 | 111100 | 110000 |
Color Harmonies of #C23137
Complementary color
Monochromatic Colors of #C23137
Black with #C23137
Text Example
Text Example
White with #C23137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C23137; }
p { color: rgb(194,49,55); }
H1.HeaderClassName
{
color: #C23137;
}
.AnyTagClassName
{
color: #C23137;
}
</style>
background-color css
<style>
a { background-color: #C23137; }
a { background-color: rgb(194,49,55); }
div.DivClassName
{
background-color: #C23137;
}
.BgClassName
{
background-color: #C23137;
}
</style>
border-color css
<style>
span { border-color: #C23137; }
span { border-color: rgb(194,49,55); }
td.TdClassName
{
border-color: #C23137;
}
.TagClassName
{
border-color: #C23137;
}
</style>