Shades of Mahogany #C03839
Tints of Mahogany #C03839
RGB
CMYK
RGB Variations
Color information
#C03839 (or 0xC03839) is known color: Mahogany. HEX triplet: C0, 38 and 39. RGB value is (192,56,57). Sum of RGB (Red+Green+Blue) = 192+56+57=305 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.95% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 192 - color contains mainly: red. Hex color #C03839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03839 is #3FC7C6. Grayscale: #606060. Windows color (decimal): -4179911 or 3750080. OLE color: 3750080.
HSL color Cylindrical-coordinate representation of color #C03839: hue angle of 359.56º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #C03839 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 56 | 57 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.25 |
| HSL | 359.56º | 0.55% | 0.49% | - |
| HSV(B) | 359.56º | 0.71% | 0.75% | - |
| XYZ | 23.89 | 14.33 | 5.38 | - |
| YUV | 96.78 | 105.56 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 56 | 57 | 0 | 0.71 | 0.70 | 0.25 | 359.56 | 0.55 | 0.49 |
| Hex | C0 | 38 | 39 | 0 | 47 | 46 | 19 | 168 | 37 | 31 |
| Octal | 300 | 70 | 71 | 0 | 107 | 106 | 31 | 550 | 67 | 61 |
| Binary | 11000000 | 111000 | 111001 | 0 | 1000111 | 1000110 | 11001 | 101101000 | 110111 | 110001 |
Color Harmonies of #C03839
Complementary color
Monochromatic Colors of #C03839
Black with #C03839
Text Example
Text Example
White with #C03839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03839; }
p { color: rgb(192,56,57); }
H1.HeaderClassName
{
color: #C03839;
}
.AnyTagClassName
{
color: #C03839;
}
</style>
background-color css
<style>
a { background-color: #C03839; }
a { background-color: rgb(192,56,57); }
div.DivClassName
{
background-color: #C03839;
}
.BgClassName
{
background-color: #C03839;
}
</style>
border-color css
<style>
span { border-color: #C03839; }
span { border-color: rgb(192,56,57); }
td.TdClassName
{
border-color: #C03839;
}
.TagClassName
{
border-color: #C03839;
}
</style>