Shades of Mahogany #C03239
Tints of Mahogany #C03239
RGB
CMYK
RGB Variations
Color information
#C03239 (or 0xC03239) is known color: Mahogany. HEX triplet: C0, 32 and 39. RGB value is (192,50,57). Sum of RGB (Red+Green+Blue) = 192+50+57=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 50 (19.92% from 255 or 16.72% from 299); Blue value is 57 (22.66% from 255 or 19.06% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C03239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03239 is #3FCDC6. Grayscale: #5D5D5D. Windows color (decimal): -4181447 or 3748544. OLE color: 3748544.
HSL color Cylindrical-coordinate representation of color #C03239: hue angle of 357.04º 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 #C03239 is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 50 | 57 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.25 |
| HSL | 357.04º | 0.59% | 0.47% | - |
| HSV(B) | 357.04º | 0.74% | 0.75% | - |
| XYZ | 23.62 | 13.78 | 5.29 | - |
| YUV | 93.26 | 107.54 | 198.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 50 | 57 | 0 | 0.74 | 0.70 | 0.25 | 357.04 | 0.59 | 0.47 |
| Hex | C0 | 32 | 39 | 0 | 4A | 46 | 19 | 165 | 3B | 2F |
| Octal | 300 | 62 | 71 | 0 | 112 | 106 | 31 | 545 | 73 | 57 |
| Binary | 11000000 | 110010 | 111001 | 0 | 1001010 | 1000110 | 11001 | 101100101 | 111011 | 101111 |
Color Harmonies of #C03239
Complementary color
Monochromatic Colors of #C03239
Black with #C03239
Text Example
Text Example
White with #C03239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03239; }
p { color: rgb(192,50,57); }
H1.HeaderClassName
{
color: #C03239;
}
.AnyTagClassName
{
color: #C03239;
}
</style>
background-color css
<style>
a { background-color: #C03239; }
a { background-color: rgb(192,50,57); }
div.DivClassName
{
background-color: #C03239;
}
.BgClassName
{
background-color: #C03239;
}
</style>
border-color css
<style>
span { border-color: #C03239; }
span { border-color: rgb(192,50,57); }
td.TdClassName
{
border-color: #C03239;
}
.TagClassName
{
border-color: #C03239;
}
</style>