Shades of Mahogany #CE3239
Tints of Mahogany #CE3239
RGB
CMYK
RGB Variations
Color information
#CE3239 (or 0xCE3239) is known color: Mahogany. HEX triplet: CE, 32 and 39. RGB value is (206,50,57). Sum of RGB (Red+Green+Blue) = 206+50+57=313 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.81% from 313); Green value is 50 (19.92% from 255 or 15.97% from 313); Blue value is 57 (22.66% from 255 or 18.21% from 313); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3239 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3239 is #31CDC6. Grayscale: #616161. Windows color (decimal): -3263943 or 3748558. OLE color: 3748558.
HSL color Cylindrical-coordinate representation of color #CE3239: hue angle of 357.31º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE3239 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 57 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.19 |
| HSL | 357.31º | 0.61% | 0.5% | - |
| HSV(B) | 357.31º | 0.76% | 0.81% | - |
| XYZ | 27.33 | 15.7 | 5.46 | - |
| YUV | 97.44 | 105.18 | 205.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 57 | 0 | 0.76 | 0.72 | 0.19 | 357.31 | 0.61 | 0.5 |
| Hex | CE | 32 | 39 | 0 | 4C | 48 | 13 | 165 | 3D | 32 |
| Octal | 316 | 62 | 71 | 0 | 114 | 110 | 23 | 545 | 75 | 62 |
| Binary | 11001110 | 110010 | 111001 | 0 | 1001100 | 1001000 | 10011 | 101100101 | 111101 | 110010 |
Color Harmonies of #CE3239
Complementary color
Monochromatic Colors of #CE3239
Black with #CE3239
Text Example
Text Example
White with #CE3239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3239; }
p { color: rgb(206,50,57); }
H1.HeaderClassName
{
color: #CE3239;
}
.AnyTagClassName
{
color: #CE3239;
}
</style>
background-color css
<style>
a { background-color: #CE3239; }
a { background-color: rgb(206,50,57); }
div.DivClassName
{
background-color: #CE3239;
}
.BgClassName
{
background-color: #CE3239;
}
</style>
border-color css
<style>
span { border-color: #CE3239; }
span { border-color: rgb(206,50,57); }
td.TdClassName
{
border-color: #CE3239;
}
.TagClassName
{
border-color: #CE3239;
}
</style>