Shades of Mahogany #CE3638
Tints of Mahogany #CE3638
RGB
CMYK
RGB Variations
Color information
#CE3638 (or 0xCE3638) is known color: Mahogany. HEX triplet: CE, 36 and 38. RGB value is (206,54,56). Sum of RGB (Red+Green+Blue) = 206+54+56=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 54 (21.48% from 255 or 17.09% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3638 is #31C9C7. Grayscale: #636363. Windows color (decimal): -3262920 or 3684046. OLE color: 3684046.
HSL color Cylindrical-coordinate representation of color #CE3638: hue angle of 359.21º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CE3638 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 54 | 56 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.19 |
| HSL | 359.21º | 0.61% | 0.51% | - |
| HSV(B) | 359.21º | 0.74% | 0.81% | - |
| XYZ | 27.49 | 16.05 | 5.39 | - |
| YUV | 99.68 | 103.36 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 54 | 56 | 0 | 0.74 | 0.73 | 0.19 | 359.21 | 0.61 | 0.51 |
| Hex | CE | 36 | 38 | 0 | 4A | 49 | 13 | 167 | 3D | 33 |
| Octal | 316 | 66 | 70 | 0 | 112 | 111 | 23 | 547 | 75 | 63 |
| Binary | 11001110 | 110110 | 111000 | 0 | 1001010 | 1001001 | 10011 | 101100111 | 111101 | 110011 |
Color Harmonies of #CE3638
Complementary color
Monochromatic Colors of #CE3638
Black with #CE3638
Text Example
Text Example
White with #CE3638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3638; }
p { color: rgb(206,54,56); }
H1.HeaderClassName
{
color: #CE3638;
}
.AnyTagClassName
{
color: #CE3638;
}
</style>
background-color css
<style>
a { background-color: #CE3638; }
a { background-color: rgb(206,54,56); }
div.DivClassName
{
background-color: #CE3638;
}
.BgClassName
{
background-color: #CE3638;
}
</style>
border-color css
<style>
span { border-color: #CE3638; }
span { border-color: rgb(206,54,56); }
td.TdClassName
{
border-color: #CE3638;
}
.TagClassName
{
border-color: #CE3638;
}
</style>