Shades of Mahogany #CE333D
Tints of Mahogany #CE333D
RGB
CMYK
RGB Variations
Color information
#CE333D (or 0xCE333D) is known color: Mahogany. HEX triplet: CE, 33 and 3D. RGB value is (206,51,61). Sum of RGB (Red+Green+Blue) = 206+51+61=318 (42% of max value = 765). Red value is 206 (80.86% from 255 or 64.78% from 318); Green value is 51 (20.31% from 255 or 16.04% from 318); Blue value is 61 (24.22% from 255 or 19.18% from 318); Max value from RGB is 206 - color contains mainly: red. Hex color #CE333D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE333D is #31CCC2. Grayscale: #626262. Windows color (decimal): -3263683 or 4010958. OLE color: 4010958.
HSL color Cylindrical-coordinate representation of color #CE333D: hue angle of 356.13º degrees, saturation: 0.61, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CE333D is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 61 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.19 |
| HSL | 356.13º | 0.61% | 0.5% | - |
| HSV(B) | 356.13º | 0.75% | 0.81% | - |
| XYZ | 27.48 | 15.83 | 6.02 | - |
| YUV | 98.49 | 106.85 | 204.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 61 | 0 | 0.75 | 0.70 | 0.19 | 356.13 | 0.61 | 0.5 |
| Hex | CE | 33 | 3D | 0 | 4B | 46 | 13 | 164 | 3D | 32 |
| Octal | 316 | 63 | 75 | 0 | 113 | 106 | 23 | 544 | 75 | 62 |
| Binary | 11001110 | 110011 | 111101 | 0 | 1001011 | 1000110 | 10011 | 101100100 | 111101 | 110010 |
Color Harmonies of #CE333D
Complementary color
Monochromatic Colors of #CE333D
Black with #CE333D
Text Example
Text Example
White with #CE333D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE333D; }
p { color: rgb(206,51,61); }
H1.HeaderClassName
{
color: #CE333D;
}
.AnyTagClassName
{
color: #CE333D;
}
</style>
background-color css
<style>
a { background-color: #CE333D; }
a { background-color: rgb(206,51,61); }
div.DivClassName
{
background-color: #CE333D;
}
.BgClassName
{
background-color: #CE333D;
}
</style>
border-color css
<style>
span { border-color: #CE333D; }
span { border-color: rgb(206,51,61); }
td.TdClassName
{
border-color: #CE333D;
}
.TagClassName
{
border-color: #CE333D;
}
</style>