Shades of Mahogany #CE3539
Tints of Mahogany #CE3539
RGB
CMYK
RGB Variations
Color information
#CE3539 (or 0xCE3539) is known color: Mahogany. HEX triplet: CE, 35 and 39. RGB value is (206,53,57). Sum of RGB (Red+Green+Blue) = 206+53+57=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 57 (22.66% from 255 or 18.04% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3539 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3539 is #31CAC6. Grayscale: #636363. Windows color (decimal): -3263175 or 3749326. OLE color: 3749326.
HSL color Cylindrical-coordinate representation of color #CE3539: hue angle of 358.43º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE3539 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 53 | 57 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.19 |
| HSL | 358.43º | 0.61% | 0.51% | - |
| HSV(B) | 358.43º | 0.74% | 0.81% | - |
| XYZ | 27.47 | 15.96 | 5.5 | - |
| YUV | 99.2 | 104.19 | 204.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 53 | 57 | 0 | 0.74 | 0.72 | 0.19 | 358.43 | 0.61 | 0.51 |
| Hex | CE | 35 | 39 | 0 | 4A | 48 | 13 | 166 | 3D | 33 |
| Octal | 316 | 65 | 71 | 0 | 112 | 110 | 23 | 546 | 75 | 63 |
| Binary | 11001110 | 110101 | 111001 | 0 | 1001010 | 1001000 | 10011 | 101100110 | 111101 | 110011 |
Color Harmonies of #CE3539
Complementary color
Monochromatic Colors of #CE3539
Black with #CE3539
Text Example
Text Example
White with #CE3539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3539; }
p { color: rgb(206,53,57); }
H1.HeaderClassName
{
color: #CE3539;
}
.AnyTagClassName
{
color: #CE3539;
}
</style>
background-color css
<style>
a { background-color: #CE3539; }
a { background-color: rgb(206,53,57); }
div.DivClassName
{
background-color: #CE3539;
}
.BgClassName
{
background-color: #CE3539;
}
</style>
border-color css
<style>
span { border-color: #CE3539; }
span { border-color: rgb(206,53,57); }
td.TdClassName
{
border-color: #CE3539;
}
.TagClassName
{
border-color: #CE3539;
}
</style>