Shades of Mahogany #CF3136
Tints of Mahogany #CF3136
RGB
CMYK
RGB Variations
Color information
#CF3136 (or 0xCF3136) is known color: Mahogany. HEX triplet: CF, 31 and 36. RGB value is (207,49,54). Sum of RGB (Red+Green+Blue) = 207+49+54=310 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.77% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 54 (21.48% from 255 or 17.42% from 310); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3136 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3136 is #30CEC9. Grayscale: #606060. Windows color (decimal): -3198666 or 3551695. OLE color: 3551695.
HSL color Cylindrical-coordinate representation of color #CF3136: hue angle of 358.1º degrees, saturation: 0.62, 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 #CF3136 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 54 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.19 |
| HSL | 358.1º | 0.62% | 0.5% | - |
| HSV(B) | 358.1º | 0.76% | 0.81% | - |
| XYZ | 27.5 | 15.73 | 5.08 | - |
| YUV | 96.81 | 103.85 | 206.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 54 | 0 | 0.76 | 0.74 | 0.19 | 358.1 | 0.62 | 0.5 |
| Hex | CF | 31 | 36 | 0 | 4C | 4A | 13 | 166 | 3E | 32 |
| Octal | 317 | 61 | 66 | 0 | 114 | 112 | 23 | 546 | 76 | 62 |
| Binary | 11001111 | 110001 | 110110 | 0 | 1001100 | 1001010 | 10011 | 101100110 | 111110 | 110010 |
Color Harmonies of #CF3136
Complementary color
Monochromatic Colors of #CF3136
Black with #CF3136
Text Example
Text Example
White with #CF3136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3136; }
p { color: rgb(207,49,54); }
H1.HeaderClassName
{
color: #CF3136;
}
.AnyTagClassName
{
color: #CF3136;
}
</style>
background-color css
<style>
a { background-color: #CF3136; }
a { background-color: rgb(207,49,54); }
div.DivClassName
{
background-color: #CF3136;
}
.BgClassName
{
background-color: #CF3136;
}
</style>
border-color css
<style>
span { border-color: #CF3136; }
span { border-color: rgb(207,49,54); }
td.TdClassName
{
border-color: #CF3136;
}
.TagClassName
{
border-color: #CF3136;
}
</style>