Shades of Mahogany #CE343B
Tints of Mahogany #CE343B
RGB
CMYK
RGB Variations
Color information
#CE343B (or 0xCE343B) is known color: Mahogany. HEX triplet: CE, 34 and 3B. RGB value is (206,52,59). Sum of RGB (Red+Green+Blue) = 206+52+59=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 52 (20.70% from 255 or 16.40% from 317); Blue value is 59 (23.44% from 255 or 18.61% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE343B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE343B is #31CBC4. Grayscale: #626262. Windows color (decimal): -3263429 or 3880142. OLE color: 3880142.
HSL color Cylindrical-coordinate representation of color #CE343B: hue angle of 357.27º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE343B is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 52 | 59 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.19 |
| HSL | 357.27º | 0.61% | 0.51% | - |
| HSV(B) | 357.27º | 0.75% | 0.81% | - |
| XYZ | 27.47 | 15.89 | 5.76 | - |
| YUV | 98.84 | 105.52 | 204.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 52 | 59 | 0 | 0.75 | 0.71 | 0.19 | 357.27 | 0.61 | 0.51 |
| Hex | CE | 34 | 3B | 0 | 4B | 47 | 13 | 165 | 3D | 33 |
| Octal | 316 | 64 | 73 | 0 | 113 | 107 | 23 | 545 | 75 | 63 |
| Binary | 11001110 | 110100 | 111011 | 0 | 1001011 | 1000111 | 10011 | 101100101 | 111101 | 110011 |
Color Harmonies of #CE343B
Complementary color
Monochromatic Colors of #CE343B
Black with #CE343B
Text Example
Text Example
White with #CE343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE343B; }
p { color: rgb(206,52,59); }
H1.HeaderClassName
{
color: #CE343B;
}
.AnyTagClassName
{
color: #CE343B;
}
</style>
background-color css
<style>
a { background-color: #CE343B; }
a { background-color: rgb(206,52,59); }
div.DivClassName
{
background-color: #CE343B;
}
.BgClassName
{
background-color: #CE343B;
}
</style>
border-color css
<style>
span { border-color: #CE343B; }
span { border-color: rgb(206,52,59); }
td.TdClassName
{
border-color: #CE343B;
}
.TagClassName
{
border-color: #CE343B;
}
</style>