Shades of Mahogany #CE323D
Tints of Mahogany #CE323D
RGB
CMYK
RGB Variations
Color information
#CE323D (or 0xCE323D) is known color: Mahogany. HEX triplet: CE, 32 and 3D. RGB value is (206,50,61). Sum of RGB (Red+Green+Blue) = 206+50+61=317 (41% of max value = 765). Red value is 206 (80.86% from 255 or 64.98% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 61 (24.22% from 255 or 19.24% from 317); Max value from RGB is 206 - color contains mainly: red. Hex color #CE323D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE323D is #31CDC2. Grayscale: #626262. Windows color (decimal): -3263939 or 4010702. OLE color: 4010702.
HSL color Cylindrical-coordinate representation of color #CE323D: hue angle of 355.77º degrees, saturation: 0.61, 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 #CE323D is Cyan = 0, Magento = 0.76, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 50 | 61 | - |
| CMYK | 0 | 0.76 | 0.70 | 0.19 |
| HSL | 355.77º | 0.61% | 0.5% | - |
| HSV(B) | 355.77º | 0.76% | 0.81% | - |
| XYZ | 27.44 | 15.74 | 6.01 | - |
| YUV | 97.9 | 107.18 | 205.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 50 | 61 | 0 | 0.76 | 0.70 | 0.19 | 355.77 | 0.61 | 0.5 |
| Hex | CE | 32 | 3D | 0 | 4C | 46 | 13 | 164 | 3D | 32 |
| Octal | 316 | 62 | 75 | 0 | 114 | 106 | 23 | 544 | 75 | 62 |
| Binary | 11001110 | 110010 | 111101 | 0 | 1001100 | 1000110 | 10011 | 101100100 | 111101 | 110010 |
Color Harmonies of #CE323D
Complementary color
Monochromatic Colors of #CE323D
Black with #CE323D
Text Example
Text Example
White with #CE323D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE323D; }
p { color: rgb(206,50,61); }
H1.HeaderClassName
{
color: #CE323D;
}
.AnyTagClassName
{
color: #CE323D;
}
</style>
background-color css
<style>
a { background-color: #CE323D; }
a { background-color: rgb(206,50,61); }
div.DivClassName
{
background-color: #CE323D;
}
.BgClassName
{
background-color: #CE323D;
}
</style>
border-color css
<style>
span { border-color: #CE323D; }
span { border-color: rgb(206,50,61); }
td.TdClassName
{
border-color: #CE323D;
}
.TagClassName
{
border-color: #CE323D;
}
</style>