Shades of Mahogany #CE3235
Tints of Mahogany #CE3235
RGB
CMYK
RGB Variations
Color information
#CE3235 (or 0xCE3235) is known color: Mahogany. HEX triplet: CE, 32 and 35. RGB value is (206,50,53). Sum of RGB (Red+Green+Blue) = 206+50+53=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 53 (21.09% from 255 or 17.15% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3235 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3235 is #31CDCA. Grayscale: #616161. Windows color (decimal): -3263947 or 3486414. OLE color: 3486414.
HSL color Cylindrical-coordinate representation of color #CE3235: hue angle of 358.85º 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 #CE3235 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 53 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.19 |
| HSL | 358.85º | 0.61% | 0.5% | - |
| HSV(B) | 358.85º | 0.76% | 0.81% | - |
| XYZ | 27.24 | 15.66 | 4.96 | - |
| YUV | 96.99 | 103.18 | 205.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 53 | 0 | 0.76 | 0.74 | 0.19 | 358.85 | 0.61 | 0.5 |
| Hex | CE | 32 | 35 | 0 | 4C | 4A | 13 | 167 | 3D | 32 |
| Octal | 316 | 62 | 65 | 0 | 114 | 112 | 23 | 547 | 75 | 62 |
| Binary | 11001110 | 110010 | 110101 | 0 | 1001100 | 1001010 | 10011 | 101100111 | 111101 | 110010 |
Color Harmonies of #CE3235
Complementary color
Monochromatic Colors of #CE3235
Black with #CE3235
Text Example
Text Example
White with #CE3235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3235; }
p { color: rgb(206,50,53); }
H1.HeaderClassName
{
color: #CE3235;
}
.AnyTagClassName
{
color: #CE3235;
}
</style>
background-color css
<style>
a { background-color: #CE3235; }
a { background-color: rgb(206,50,53); }
div.DivClassName
{
background-color: #CE3235;
}
.BgClassName
{
background-color: #CE3235;
}
</style>
border-color css
<style>
span { border-color: #CE3235; }
span { border-color: rgb(206,50,53); }
td.TdClassName
{
border-color: #CE3235;
}
.TagClassName
{
border-color: #CE3235;
}
</style>