Shades of Mahogany #CE3034
Tints of Mahogany #CE3034
RGB
CMYK
RGB Variations
Color information
#CE3034 (or 0xCE3034) is known color: Mahogany. HEX triplet: CE, 30 and 34. RGB value is (206,48,52). Sum of RGB (Red+Green+Blue) = 206+48+52=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 48 (19.14% from 255 or 15.69% from 306); Blue value is 52 (20.70% from 255 or 16.99% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3034 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3034 is #31CFCB. Grayscale: #5F5F5F. Windows color (decimal): -3264460 or 3420366. OLE color: 3420366.
HSL color Cylindrical-coordinate representation of color #CE3034: hue angle of 358.48º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CE3034 is Cyan = 0, Magento = 0.77, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 48 | 52 | - |
| CMYK | 0 | 0.77 | 0.75 | 0.19 |
| HSL | 358.48º | 0.62% | 0.5% | - |
| HSV(B) | 358.48º | 0.77% | 0.81% | - |
| XYZ | 27.13 | 15.48 | 4.81 | - |
| YUV | 95.7 | 103.35 | 206.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 48 | 52 | 0 | 0.77 | 0.75 | 0.19 | 358.48 | 0.62 | 0.5 |
| Hex | CE | 30 | 34 | 0 | 4D | 4B | 13 | 166 | 3E | 32 |
| Octal | 316 | 60 | 64 | 0 | 115 | 113 | 23 | 546 | 76 | 62 |
| Binary | 11001110 | 110000 | 110100 | 0 | 1001101 | 1001011 | 10011 | 101100110 | 111110 | 110010 |
Color Harmonies of #CE3034
Complementary color
Monochromatic Colors of #CE3034
Black with #CE3034
Text Example
Text Example
White with #CE3034
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3034; }
p { color: rgb(206,48,52); }
H1.HeaderClassName
{
color: #CE3034;
}
.AnyTagClassName
{
color: #CE3034;
}
</style>
background-color css
<style>
a { background-color: #CE3034; }
a { background-color: rgb(206,48,52); }
div.DivClassName
{
background-color: #CE3034;
}
.BgClassName
{
background-color: #CE3034;
}
</style>
border-color css
<style>
span { border-color: #CE3034; }
span { border-color: rgb(206,48,52); }
td.TdClassName
{
border-color: #CE3034;
}
.TagClassName
{
border-color: #CE3034;
}
</style>