Shades of Mahogany #CE313D
Tints of Mahogany #CE313D
RGB
CMYK
RGB Variations
Color information
#CE313D (or 0xCE313D) is known color: Mahogany. HEX triplet: CE, 31 and 3D. RGB value is (206,49,61). Sum of RGB (Red+Green+Blue) = 206+49+61=316 (41% of max value = 765). Red value is 206 (80.86% from 255 or 65.19% from 316); Green value is 49 (19.53% from 255 or 15.51% from 316); Blue value is 61 (24.22% from 255 or 19.30% from 316); Max value from RGB is 206 - color contains mainly: red. Hex color #CE313D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE313D is #31CEC2. Grayscale: #616161. Windows color (decimal): -3264195 or 4010446. OLE color: 4010446.
HSL color Cylindrical-coordinate representation of color #CE313D: hue angle of 355.41º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #CE313D is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 49 | 61 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.19 |
| HSL | 355.41º | 0.62% | 0.5% | - |
| HSV(B) | 355.41º | 0.76% | 0.81% | - |
| XYZ | 27.39 | 15.66 | 5.99 | - |
| YUV | 97.31 | 107.51 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 49 | 61 | 0 | 0.76 | 0.70 | 0.19 | 355.41 | 0.62 | 0.5 |
| Hex | CE | 31 | 3D | 0 | 4C | 46 | 13 | 163 | 3E | 32 |
| Octal | 316 | 61 | 75 | 0 | 114 | 106 | 23 | 543 | 76 | 62 |
| Binary | 11001110 | 110001 | 111101 | 0 | 1001100 | 1000110 | 10011 | 101100011 | 111110 | 110010 |
Color Harmonies of #CE313D
Complementary color
Monochromatic Colors of #CE313D
Black with #CE313D
Text Example
Text Example
White with #CE313D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE313D; }
p { color: rgb(206,49,61); }
H1.HeaderClassName
{
color: #CE313D;
}
.AnyTagClassName
{
color: #CE313D;
}
</style>
background-color css
<style>
a { background-color: #CE313D; }
a { background-color: rgb(206,49,61); }
div.DivClassName
{
background-color: #CE313D;
}
.BgClassName
{
background-color: #CE313D;
}
</style>
border-color css
<style>
span { border-color: #CE313D; }
span { border-color: rgb(206,49,61); }
td.TdClassName
{
border-color: #CE313D;
}
.TagClassName
{
border-color: #CE313D;
}
</style>