Shades of Mahogany #CE373F
Tints of Mahogany #CE373F
RGB
CMYK
RGB Variations
Color information
#CE373F (or 0xCE373F) is known color: Mahogany. HEX triplet: CE, 37 and 3F. RGB value is (206,55,63). Sum of RGB (Red+Green+Blue) = 206+55+63=324 (42% of max value = 765). Red value is 206 (80.86% from 255 or 63.58% from 324); Green value is 55 (21.88% from 255 or 16.98% from 324); Blue value is 63 (25% from 255 or 19.44% from 324); Max value from RGB is 206 - color contains mainly: red. Hex color #CE373F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE373F is #31C8C0. Grayscale: #656565. Windows color (decimal): -3262657 or 4143054. OLE color: 4143054.
HSL color Cylindrical-coordinate representation of color #CE373F: hue angle of 356.82º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CE373F is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 55 | 63 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.19 |
| HSL | 356.82º | 0.61% | 0.51% | - |
| HSV(B) | 356.82º | 0.73% | 0.81% | - |
| XYZ | 27.72 | 16.21 | 6.37 | - |
| YUV | 101.06 | 106.53 | 202.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 55 | 63 | 0 | 0.73 | 0.69 | 0.19 | 356.82 | 0.61 | 0.51 |
| Hex | CE | 37 | 3F | 0 | 49 | 45 | 13 | 165 | 3D | 33 |
| Octal | 316 | 67 | 77 | 0 | 111 | 105 | 23 | 545 | 75 | 63 |
| Binary | 11001110 | 110111 | 111111 | 0 | 1001001 | 1000101 | 10011 | 101100101 | 111101 | 110011 |
Color Harmonies of #CE373F
Complementary color
Monochromatic Colors of #CE373F
Black with #CE373F
Text Example
Text Example
White with #CE373F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE373F; }
p { color: rgb(206,55,63); }
H1.HeaderClassName
{
color: #CE373F;
}
.AnyTagClassName
{
color: #CE373F;
}
</style>
background-color css
<style>
a { background-color: #CE373F; }
a { background-color: rgb(206,55,63); }
div.DivClassName
{
background-color: #CE373F;
}
.BgClassName
{
background-color: #CE373F;
}
</style>
border-color css
<style>
span { border-color: #CE373F; }
span { border-color: rgb(206,55,63); }
td.TdClassName
{
border-color: #CE373F;
}
.TagClassName
{
border-color: #CE373F;
}
</style>