Shades of Mahogany #CE3E41
Tints of Mahogany #CE3E41
RGB
CMYK
RGB Variations
Color information
#CE3E41 (or 0xCE3E41) is known color: Mahogany. HEX triplet: CE, 3E and 41. RGB value is (206,62,65). Sum of RGB (Red+Green+Blue) = 206+62+65=333 (44% of max value = 765). Red value is 206 (80.86% from 255 or 61.86% from 333); Green value is 62 (24.61% from 255 or 18.62% from 333); Blue value is 65 (25.78% from 255 or 19.52% from 333); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3E41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3E41 is #31C1BE. Grayscale: #696969. Windows color (decimal): -3260863 or 4275918. OLE color: 4275918.
HSL color Cylindrical-coordinate representation of color #CE3E41: hue angle of 358.75º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CE3E41 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 62 | 65 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.19 |
| HSL | 358.75º | 0.6% | 0.53% | - |
| HSV(B) | 358.75º | 0.7% | 0.81% | - |
| XYZ | 28.13 | 16.95 | 6.79 | - |
| YUV | 105.4 | 105.21 | 199.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 62 | 65 | 0 | 0.70 | 0.68 | 0.19 | 358.75 | 0.6 | 0.53 |
| Hex | CE | 3E | 41 | 0 | 46 | 44 | 13 | 167 | 3C | 35 |
| Octal | 316 | 76 | 101 | 0 | 106 | 104 | 23 | 547 | 74 | 65 |
| Binary | 11001110 | 111110 | 1000001 | 0 | 1000110 | 1000100 | 10011 | 101100111 | 111100 | 110101 |
Color Harmonies of #CE3E41
Complementary color
Monochromatic Colors of #CE3E41
Black with #CE3E41
Text Example
Text Example
White with #CE3E41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3E41; }
p { color: rgb(206,62,65); }
H1.HeaderClassName
{
color: #CE3E41;
}
.AnyTagClassName
{
color: #CE3E41;
}
</style>
background-color css
<style>
a { background-color: #CE3E41; }
a { background-color: rgb(206,62,65); }
div.DivClassName
{
background-color: #CE3E41;
}
.BgClassName
{
background-color: #CE3E41;
}
</style>
border-color css
<style>
span { border-color: #CE3E41; }
span { border-color: rgb(206,62,65); }
td.TdClassName
{
border-color: #CE3E41;
}
.TagClassName
{
border-color: #CE3E41;
}
</style>