Shades of Mahogany #CF3536
Tints of Mahogany #CF3536
RGB
CMYK
RGB Variations
Color information
#CF3536 (or 0xCF3536) is known color: Mahogany. HEX triplet: CF, 35 and 36. RGB value is (207,53,54). Sum of RGB (Red+Green+Blue) = 207+53+54=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 53 (21.09% from 255 or 16.88% from 314); Blue value is 54 (21.48% from 255 or 17.20% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3536 is #30CAC9. Grayscale: #636363. Windows color (decimal): -3197642 or 3552719. OLE color: 3552719.
HSL color Cylindrical-coordinate representation of color #CF3536: hue angle of 359.61º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF3536 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 54 | - |
| CMYK | 0 | 0.74 | 0.74 | 0.19 |
| HSL | 359.61º | 0.62% | 0.51% | - |
| HSV(B) | 359.61º | 0.74% | 0.81% | - |
| XYZ | 27.67 | 16.08 | 5.13 | - |
| YUV | 99.16 | 102.52 | 204.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 54 | 0 | 0.74 | 0.74 | 0.19 | 359.61 | 0.62 | 0.51 |
| Hex | CF | 35 | 36 | 0 | 4A | 4A | 13 | 168 | 3E | 33 |
| Octal | 317 | 65 | 66 | 0 | 112 | 112 | 23 | 550 | 76 | 63 |
| Binary | 11001111 | 110101 | 110110 | 0 | 1001010 | 1001010 | 10011 | 101101000 | 111110 | 110011 |
Color Harmonies of #CF3536
Complementary color
Monochromatic Colors of #CF3536
Black with #CF3536
Text Example
Text Example
White with #CF3536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3536; }
p { color: rgb(207,53,54); }
H1.HeaderClassName
{
color: #CF3536;
}
.AnyTagClassName
{
color: #CF3536;
}
</style>
background-color css
<style>
a { background-color: #CF3536; }
a { background-color: rgb(207,53,54); }
div.DivClassName
{
background-color: #CF3536;
}
.BgClassName
{
background-color: #CF3536;
}
</style>
border-color css
<style>
span { border-color: #CF3536; }
span { border-color: rgb(207,53,54); }
td.TdClassName
{
border-color: #CF3536;
}
.TagClassName
{
border-color: #CF3536;
}
</style>