Shades of Mahogany #CF3138
Tints of Mahogany #CF3138
RGB
CMYK
RGB Variations
Color information
#CF3138 (or 0xCF3138) is known color: Mahogany. HEX triplet: CF, 31 and 38. RGB value is (207,49,56). Sum of RGB (Red+Green+Blue) = 207+49+56=312 (41% of max value = 765). Red value is 207 (81.25% from 255 or 66.35% from 312); Green value is 49 (19.53% from 255 or 15.71% from 312); Blue value is 56 (22.27% from 255 or 17.95% from 312); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3138 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3138 is #30CEC7. Grayscale: #616161. Windows color (decimal): -3198664 or 3682767. OLE color: 3682767.
HSL color Cylindrical-coordinate representation of color #CF3138: hue angle of 357.34º 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 #CF3138 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 49 | 56 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.19 |
| HSL | 357.34º | 0.62% | 0.5% | - |
| HSV(B) | 357.34º | 0.76% | 0.81% | - |
| XYZ | 27.54 | 15.75 | 5.33 | - |
| YUV | 97.04 | 104.85 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 49 | 56 | 0 | 0.76 | 0.73 | 0.19 | 357.34 | 0.62 | 0.5 |
| Hex | CF | 31 | 38 | 0 | 4C | 49 | 13 | 165 | 3E | 32 |
| Octal | 317 | 61 | 70 | 0 | 114 | 111 | 23 | 545 | 76 | 62 |
| Binary | 11001111 | 110001 | 111000 | 0 | 1001100 | 1001001 | 10011 | 101100101 | 111110 | 110010 |
Color Harmonies of #CF3138
Complementary color
Monochromatic Colors of #CF3138
Black with #CF3138
Text Example
Text Example
White with #CF3138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3138; }
p { color: rgb(207,49,56); }
H1.HeaderClassName
{
color: #CF3138;
}
.AnyTagClassName
{
color: #CF3138;
}
</style>
background-color css
<style>
a { background-color: #CF3138; }
a { background-color: rgb(207,49,56); }
div.DivClassName
{
background-color: #CF3138;
}
.BgClassName
{
background-color: #CF3138;
}
</style>
border-color css
<style>
span { border-color: #CF3138; }
span { border-color: rgb(207,49,56); }
td.TdClassName
{
border-color: #CF3138;
}
.TagClassName
{
border-color: #CF3138;
}
</style>