Shades of Mahogany #CF2733
Tints of Mahogany #CF2733
RGB
CMYK
RGB Variations
Color information
#CF2733 (or 0xCF2733) is known color: Mahogany. HEX triplet: CF, 27 and 33. RGB value is (207,39,51). Sum of RGB (Red+Green+Blue) = 207+39+51=297 (39% of max value = 765). Red value is 207 (81.25% from 255 or 69.70% from 297); Green value is 39 (15.62% from 255 or 13.13% from 297); Blue value is 51 (20.31% from 255 or 17.17% from 297); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2733 is #30D8CC. Grayscale: #5A5A5A. Windows color (decimal): -3201229 or 3352527. OLE color: 3352527.
HSL color Cylindrical-coordinate representation of color #CF2733: hue angle of 355.71º degrees, saturation: 0.68, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #CF2733 is Cyan = 0, Magento = 0.81, Yellow = 0.75 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 39 | 51 | - |
| CMYK | 0 | 0.81 | 0.75 | 0.19 |
| HSL | 355.71º | 0.68% | 0.48% | - |
| HSV(B) | 355.71º | 0.81% | 0.81% | - |
| XYZ | 27.06 | 14.96 | 4.59 | - |
| YUV | 90.6 | 105.66 | 211.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 39 | 51 | 0 | 0.81 | 0.75 | 0.19 | 355.71 | 0.68 | 0.48 |
| Hex | CF | 27 | 33 | 0 | 51 | 4B | 13 | 164 | 44 | 30 |
| Octal | 317 | 47 | 63 | 0 | 121 | 113 | 23 | 544 | 104 | 60 |
| Binary | 11001111 | 100111 | 110011 | 0 | 1010001 | 1001011 | 10011 | 101100100 | 1000100 | 110000 |
Color Harmonies of #CF2733
Complementary color
Monochromatic Colors of #CF2733
Black with #CF2733
Text Example
Text Example
White with #CF2733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2733; }
p { color: rgb(207,39,51); }
H1.HeaderClassName
{
color: #CF2733;
}
.AnyTagClassName
{
color: #CF2733;
}
</style>
background-color css
<style>
a { background-color: #CF2733; }
a { background-color: rgb(207,39,51); }
div.DivClassName
{
background-color: #CF2733;
}
.BgClassName
{
background-color: #CF2733;
}
</style>
border-color css
<style>
span { border-color: #CF2733; }
span { border-color: rgb(207,39,51); }
td.TdClassName
{
border-color: #CF2733;
}
.TagClassName
{
border-color: #CF2733;
}
</style>