Shades of Mahogany #CE333E
Tints of Mahogany #CE333E
RGB
CMYK
RGB Variations
Color information
#CE333E (or 0xCE333E) is known color: Mahogany. HEX triplet: CE, 33 and 3E. RGB value is (206,51,62). Sum of RGB (Red+Green+Blue) = 206+51+62=319 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.58% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 62 (24.61% from 255 or 19.44% from 319); Max value from RGB is 206 - color contains mainly: red. Hex color #CE333E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE333E is #31CCC1. Grayscale: #626262. Windows color (decimal): -3263682 or 4076494. OLE color: 4076494.
HSL color Cylindrical-coordinate representation of color #CE333E: hue angle of 355.74º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE333E is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 62 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.19 |
| HSL | 355.74º | 0.61% | 0.5% | - |
| HSV(B) | 355.74º | 0.75% | 0.81% | - |
| XYZ | 27.51 | 15.84 | 6.16 | - |
| YUV | 98.6 | 107.35 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 62 | 0 | 0.75 | 0.70 | 0.19 | 355.74 | 0.61 | 0.5 |
| Hex | CE | 33 | 3E | 0 | 4B | 46 | 13 | 164 | 3D | 32 |
| Octal | 316 | 63 | 76 | 0 | 113 | 106 | 23 | 544 | 75 | 62 |
| Binary | 11001110 | 110011 | 111110 | 0 | 1001011 | 1000110 | 10011 | 101100100 | 111101 | 110010 |
Color Harmonies of #CE333E
Complementary color
Monochromatic Colors of #CE333E
Black with #CE333E
Text Example
Text Example
White with #CE333E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE333E; }
p { color: rgb(206,51,62); }
H1.HeaderClassName
{
color: #CE333E;
}
.AnyTagClassName
{
color: #CE333E;
}
</style>
background-color css
<style>
a { background-color: #CE333E; }
a { background-color: rgb(206,51,62); }
div.DivClassName
{
background-color: #CE333E;
}
.BgClassName
{
background-color: #CE333E;
}
</style>
border-color css
<style>
span { border-color: #CE333E; }
span { border-color: rgb(206,51,62); }
td.TdClassName
{
border-color: #CE333E;
}
.TagClassName
{
border-color: #CE333E;
}
</style>