Shades of Mahogany #CE3941
Tints of Mahogany #CE3941
RGB
CMYK
RGB Variations
Color information
#CE3941 (or 0xCE3941) is known color: Mahogany. HEX triplet: CE, 39 and 41. RGB value is (206,57,65). Sum of RGB (Red+Green+Blue) = 206+57+65=328 (43% of max value = 765). Red value is 206 (80.86% from 255 or 62.80% from 328); Green value is 57 (22.66% from 255 or 17.38% from 328); Blue value is 65 (25.78% from 255 or 19.82% from 328); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3941 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3941 is #31C6BE. Grayscale: #666666. Windows color (decimal): -3262143 or 4274638. OLE color: 4274638.
HSL color Cylindrical-coordinate representation of color #CE3941: hue angle of 356.78º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CE3941 is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 57 | 65 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.19 |
| HSL | 356.78º | 0.6% | 0.52% | - |
| HSV(B) | 356.78º | 0.72% | 0.81% | - |
| XYZ | 27.87 | 16.43 | 6.7 | - |
| YUV | 102.46 | 106.86 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 57 | 65 | 0 | 0.72 | 0.68 | 0.19 | 356.78 | 0.6 | 0.52 |
| Hex | CE | 39 | 41 | 0 | 48 | 44 | 13 | 165 | 3C | 34 |
| Octal | 316 | 71 | 101 | 0 | 110 | 104 | 23 | 545 | 74 | 64 |
| Binary | 11001110 | 111001 | 1000001 | 0 | 1001000 | 1000100 | 10011 | 101100101 | 111100 | 110100 |
Color Harmonies of #CE3941
Complementary color
Monochromatic Colors of #CE3941
Black with #CE3941
Text Example
Text Example
White with #CE3941
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3941; }
p { color: rgb(206,57,65); }
H1.HeaderClassName
{
color: #CE3941;
}
.AnyTagClassName
{
color: #CE3941;
}
</style>
background-color css
<style>
a { background-color: #CE3941; }
a { background-color: rgb(206,57,65); }
div.DivClassName
{
background-color: #CE3941;
}
.BgClassName
{
background-color: #CE3941;
}
</style>
border-color css
<style>
span { border-color: #CE3941; }
span { border-color: rgb(206,57,65); }
td.TdClassName
{
border-color: #CE3941;
}
.TagClassName
{
border-color: #CE3941;
}
</style>