Shades of Mahogany #CE3133
Tints of Mahogany #CE3133
RGB
CMYK
RGB Variations
Color information
#CE3133 (or 0xCE3133) is known color: Mahogany. HEX triplet: CE, 31 and 33. RGB value is (206,49,51). Sum of RGB (Red+Green+Blue) = 206+49+51=306 (40% of max value = 765). Red value is 206 (80.86% from 255 or 67.32% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 51 (20.31% from 255 or 16.67% from 306); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3133 is #31CECC. Grayscale: #606060. Windows color (decimal): -3264205 or 3355086. OLE color: 3355086.
HSL color Cylindrical-coordinate representation of color #CE3133: hue angle of 359.24º degrees, saturation: 0.62, 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 #CE3133 is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 51 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.19 |
| HSL | 359.24º | 0.62% | 0.5% | - |
| HSV(B) | 359.24º | 0.76% | 0.81% | - |
| XYZ | 27.15 | 15.56 | 4.7 | - |
| YUV | 96.17 | 102.51 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 51 | 0 | 0.76 | 0.75 | 0.19 | 359.24 | 0.62 | 0.5 |
| Hex | CE | 31 | 33 | 0 | 4C | 4B | 13 | 167 | 3E | 32 |
| Octal | 316 | 61 | 63 | 0 | 114 | 113 | 23 | 547 | 76 | 62 |
| Binary | 11001110 | 110001 | 110011 | 0 | 1001100 | 1001011 | 10011 | 101100111 | 111110 | 110010 |
Color Harmonies of #CE3133
Complementary color
Monochromatic Colors of #CE3133
Black with #CE3133
Text Example
Text Example
White with #CE3133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3133; }
p { color: rgb(206,49,51); }
H1.HeaderClassName
{
color: #CE3133;
}
.AnyTagClassName
{
color: #CE3133;
}
</style>
background-color css
<style>
a { background-color: #CE3133; }
a { background-color: rgb(206,49,51); }
div.DivClassName
{
background-color: #CE3133;
}
.BgClassName
{
background-color: #CE3133;
}
</style>
border-color css
<style>
span { border-color: #CE3133; }
span { border-color: rgb(206,49,51); }
td.TdClassName
{
border-color: #CE3133;
}
.TagClassName
{
border-color: #CE3133;
}
</style>