Shades of Mahogany #C03139
Tints of Mahogany #C03139
RGB
CMYK
RGB Variations
Color information
#C03139 (or 0xC03139) is known color: Mahogany. HEX triplet: C0, 31 and 39. RGB value is (192,49,57). Sum of RGB (Red+Green+Blue) = 192+49+57=298 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.43% from 298); Green value is 49 (19.53% from 255 or 16.44% from 298); Blue value is 57 (22.66% from 255 or 19.13% from 298); Max value from RGB is 192 - color contains mainly: red. Hex color #C03139 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03139 is #3FCEC6. Grayscale: #5C5C5C. Windows color (decimal): -4181703 or 3748288. OLE color: 3748288.
HSL color Cylindrical-coordinate representation of color #C03139: hue angle of 356.64º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C03139 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 49 | 57 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.25 |
| HSL | 356.64º | 0.59% | 0.47% | - |
| HSV(B) | 356.64º | 0.74% | 0.75% | - |
| XYZ | 23.58 | 13.7 | 5.27 | - |
| YUV | 92.67 | 107.88 | 198.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 49 | 57 | 0 | 0.74 | 0.70 | 0.25 | 356.64 | 0.59 | 0.47 |
| Hex | C0 | 31 | 39 | 0 | 4A | 46 | 19 | 165 | 3B | 2F |
| Octal | 300 | 61 | 71 | 0 | 112 | 106 | 31 | 545 | 73 | 57 |
| Binary | 11000000 | 110001 | 111001 | 0 | 1001010 | 1000110 | 11001 | 101100101 | 111011 | 101111 |
Color Harmonies of #C03139
Complementary color
Monochromatic Colors of #C03139
Black with #C03139
Text Example
Text Example
White with #C03139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03139; }
p { color: rgb(192,49,57); }
H1.HeaderClassName
{
color: #C03139;
}
.AnyTagClassName
{
color: #C03139;
}
</style>
background-color css
<style>
a { background-color: #C03139; }
a { background-color: rgb(192,49,57); }
div.DivClassName
{
background-color: #C03139;
}
.BgClassName
{
background-color: #C03139;
}
</style>
border-color css
<style>
span { border-color: #C03139; }
span { border-color: rgb(192,49,57); }
td.TdClassName
{
border-color: #C03139;
}
.TagClassName
{
border-color: #C03139;
}
</style>