Shades of Mahogany #CE3839
Tints of Mahogany #CE3839
RGB
CMYK
RGB Variations
Color information
#CE3839 (or 0xCE3839) is known color: Mahogany. HEX triplet: CE, 38 and 39. RGB value is (206,56,57). Sum of RGB (Red+Green+Blue) = 206+56+57=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3839 is #31C7C6. Grayscale: #656565. Windows color (decimal): -3262407 or 3750094. OLE color: 3750094.
HSL color Cylindrical-coordinate representation of color #CE3839: hue angle of 359.6º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE3839 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 56 | 57 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.19 |
| HSL | 359.6º | 0.6% | 0.51% | - |
| HSV(B) | 359.6º | 0.73% | 0.81% | - |
| XYZ | 27.61 | 16.25 | 5.55 | - |
| YUV | 100.96 | 103.2 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 56 | 57 | 0 | 0.73 | 0.72 | 0.19 | 359.6 | 0.6 | 0.51 |
| Hex | CE | 38 | 39 | 0 | 49 | 48 | 13 | 168 | 3C | 33 |
| Octal | 316 | 70 | 71 | 0 | 111 | 110 | 23 | 550 | 74 | 63 |
| Binary | 11001110 | 111000 | 111001 | 0 | 1001001 | 1001000 | 10011 | 101101000 | 111100 | 110011 |
Color Harmonies of #CE3839
Complementary color
Monochromatic Colors of #CE3839
Black with #CE3839
Text Example
Text Example
White with #CE3839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3839; }
p { color: rgb(206,56,57); }
H1.HeaderClassName
{
color: #CE3839;
}
.AnyTagClassName
{
color: #CE3839;
}
</style>
background-color css
<style>
a { background-color: #CE3839; }
a { background-color: rgb(206,56,57); }
div.DivClassName
{
background-color: #CE3839;
}
.BgClassName
{
background-color: #CE3839;
}
</style>
border-color css
<style>
span { border-color: #CE3839; }
span { border-color: rgb(206,56,57); }
td.TdClassName
{
border-color: #CE3839;
}
.TagClassName
{
border-color: #CE3839;
}
</style>