Shades of Mahogany #CE3237
Tints of Mahogany #CE3237
RGB
CMYK
RGB Variations
Color information
#CE3237 (or 0xCE3237) is known color: Mahogany. HEX triplet: CE, 32 and 37. RGB value is (206,50,55). Sum of RGB (Red+Green+Blue) = 206+50+55=311 (41% of max value = 765). Red value is 206 (80.86% from 255 or 66.24% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 55 (21.88% from 255 or 17.68% from 311); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3237 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3237 is #31CDC8. Grayscale: #616161. Windows color (decimal): -3263945 or 3617486. OLE color: 3617486.
HSL color Cylindrical-coordinate representation of color #CE3237: hue angle of 358.08º 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 #CE3237 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 55 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.19 |
| HSL | 358.08º | 0.61% | 0.5% | - |
| HSV(B) | 358.08º | 0.76% | 0.81% | - |
| XYZ | 27.28 | 15.68 | 5.2 | - |
| YUV | 97.21 | 104.18 | 205.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 55 | 0 | 0.76 | 0.73 | 0.19 | 358.08 | 0.61 | 0.5 |
| Hex | CE | 32 | 37 | 0 | 4C | 49 | 13 | 166 | 3D | 32 |
| Octal | 316 | 62 | 67 | 0 | 114 | 111 | 23 | 546 | 75 | 62 |
| Binary | 11001110 | 110010 | 110111 | 0 | 1001100 | 1001001 | 10011 | 101100110 | 111101 | 110010 |
Color Harmonies of #CE3237
Complementary color
Monochromatic Colors of #CE3237
Black with #CE3237
Text Example
Text Example
White with #CE3237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3237; }
p { color: rgb(206,50,55); }
H1.HeaderClassName
{
color: #CE3237;
}
.AnyTagClassName
{
color: #CE3237;
}
</style>
background-color css
<style>
a { background-color: #CE3237; }
a { background-color: rgb(206,50,55); }
div.DivClassName
{
background-color: #CE3237;
}
.BgClassName
{
background-color: #CE3237;
}
</style>
border-color css
<style>
span { border-color: #CE3237; }
span { border-color: rgb(206,50,55); }
td.TdClassName
{
border-color: #CE3237;
}
.TagClassName
{
border-color: #CE3237;
}
</style>