Shades of Mahogany #CF3D3E
Tints of Mahogany #CF3D3E
RGB
CMYK
RGB Variations
Color information
#CF3D3E (or 0xCF3D3E) is known color: Mahogany. HEX triplet: CF, 3D and 3E. RGB value is (207,61,62). Sum of RGB (Red+Green+Blue) = 207+61+62=330 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.73% from 330); Green value is 61 (24.22% from 255 or 18.48% from 330); Blue value is 62 (24.61% from 255 or 18.79% from 330); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3D3E is #30C2C1. Grayscale: #686868. Windows color (decimal): -3195586 or 4079055. OLE color: 4079055.
HSL color Cylindrical-coordinate representation of color #CF3D3E: hue angle of 359.59º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3D3E is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 61 | 62 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.19 |
| HSL | 359.59º | 0.6% | 0.53% | - |
| HSV(B) | 359.59º | 0.71% | 0.81% | - |
| XYZ | 28.27 | 16.95 | 6.34 | - |
| YUV | 104.77 | 103.87 | 200.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 61 | 62 | 0 | 0.71 | 0.70 | 0.19 | 359.59 | 0.6 | 0.53 |
| Hex | CF | 3D | 3E | 0 | 47 | 46 | 13 | 168 | 3C | 35 |
| Octal | 317 | 75 | 76 | 0 | 107 | 106 | 23 | 550 | 74 | 65 |
| Binary | 11001111 | 111101 | 111110 | 0 | 1000111 | 1000110 | 10011 | 101101000 | 111100 | 110101 |
Color Harmonies of #CF3D3E
Complementary color
Monochromatic Colors of #CF3D3E
Black with #CF3D3E
Text Example
Text Example
White with #CF3D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3D3E; }
p { color: rgb(207,61,62); }
H1.HeaderClassName
{
color: #CF3D3E;
}
.AnyTagClassName
{
color: #CF3D3E;
}
</style>
background-color css
<style>
a { background-color: #CF3D3E; }
a { background-color: rgb(207,61,62); }
div.DivClassName
{
background-color: #CF3D3E;
}
.BgClassName
{
background-color: #CF3D3E;
}
</style>
border-color css
<style>
span { border-color: #CF3D3E; }
span { border-color: rgb(207,61,62); }
td.TdClassName
{
border-color: #CF3D3E;
}
.TagClassName
{
border-color: #CF3D3E;
}
</style>