Shades of Mahogany #CE3334
Tints of Mahogany #CE3334
RGB
CMYK
RGB Variations
Color information
#CE3334 (or 0xCE3334) is known color: Mahogany. HEX triplet: CE, 33 and 34. RGB value is (206,51,52). Sum of RGB (Red+Green+Blue) = 206+51+52=309 (40% of max value = 765). Red value is 206 (80.86% from 255 or 66.67% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 52 (20.70% from 255 or 16.83% from 309); Max value from RGB is 206 - color contains mainly: red. Hex color #CE3334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CE3334 is #31CCCB. Grayscale: #616161. Windows color (decimal): -3263692 or 3421134. OLE color: 3421134.
HSL color Cylindrical-coordinate representation of color #CE3334: hue angle of 359.61º 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 #CE3334 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 51 | 52 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.19 |
| HSL | 359.61º | 0.61% | 0.5% | - |
| HSV(B) | 359.61º | 0.75% | 0.81% | - |
| XYZ | 27.26 | 15.74 | 4.85 | - |
| YUV | 97.46 | 102.35 | 205.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 51 | 52 | 0 | 0.75 | 0.75 | 0.19 | 359.61 | 0.61 | 0.5 |
| Hex | CE | 33 | 34 | 0 | 4B | 4B | 13 | 168 | 3D | 32 |
| Octal | 316 | 63 | 64 | 0 | 113 | 113 | 23 | 550 | 75 | 62 |
| Binary | 11001110 | 110011 | 110100 | 0 | 1001011 | 1001011 | 10011 | 101101000 | 111101 | 110010 |
Color Harmonies of #CE3334
Complementary color
Monochromatic Colors of #CE3334
Black with #CE3334
Text Example
Text Example
White with #CE3334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CE3334; }
p { color: rgb(206,51,52); }
H1.HeaderClassName
{
color: #CE3334;
}
.AnyTagClassName
{
color: #CE3334;
}
</style>
background-color css
<style>
a { background-color: #CE3334; }
a { background-color: rgb(206,51,52); }
div.DivClassName
{
background-color: #CE3334;
}
.BgClassName
{
background-color: #CE3334;
}
</style>
border-color css
<style>
span { border-color: #CE3334; }
span { border-color: rgb(206,51,52); }
td.TdClassName
{
border-color: #CE3334;
}
.TagClassName
{
border-color: #CE3334;
}
</style>