Shades of Mahogany #CF3B3E
Tints of Mahogany #CF3B3E
RGB
CMYK
RGB Variations
Color information
#CF3B3E (or 0xCF3B3E) is known color: Mahogany. HEX triplet: CF, 3B and 3E. RGB value is (207,59,62). Sum of RGB (Red+Green+Blue) = 207+59+62=328 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.11% from 328); Green value is 59 (23.44% from 255 or 17.99% from 328); Blue value is 62 (24.61% from 255 or 18.90% from 328); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3B3E is #30C4C1. Grayscale: #676767. Windows color (decimal): -3196098 or 4078543. OLE color: 4078543.
HSL color Cylindrical-coordinate representation of color #CF3B3E: hue angle of 358.78º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #CF3B3E is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 59 | 62 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.19 |
| HSL | 358.78º | 0.61% | 0.52% | - |
| HSV(B) | 358.78º | 0.71% | 0.81% | - |
| XYZ | 28.17 | 16.74 | 6.3 | - |
| YUV | 103.59 | 104.53 | 201.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 59 | 62 | 0 | 0.71 | 0.70 | 0.19 | 358.78 | 0.61 | 0.52 |
| Hex | CF | 3B | 3E | 0 | 47 | 46 | 13 | 167 | 3D | 34 |
| Octal | 317 | 73 | 76 | 0 | 107 | 106 | 23 | 547 | 75 | 64 |
| Binary | 11001111 | 111011 | 111110 | 0 | 1000111 | 1000110 | 10011 | 101100111 | 111101 | 110100 |
Color Harmonies of #CF3B3E
Complementary color
Monochromatic Colors of #CF3B3E
Black with #CF3B3E
Text Example
Text Example
White with #CF3B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3B3E; }
p { color: rgb(207,59,62); }
H1.HeaderClassName
{
color: #CF3B3E;
}
.AnyTagClassName
{
color: #CF3B3E;
}
</style>
background-color css
<style>
a { background-color: #CF3B3E; }
a { background-color: rgb(207,59,62); }
div.DivClassName
{
background-color: #CF3B3E;
}
.BgClassName
{
background-color: #CF3B3E;
}
</style>
border-color css
<style>
span { border-color: #CF3B3E; }
span { border-color: rgb(207,59,62); }
td.TdClassName
{
border-color: #CF3B3E;
}
.TagClassName
{
border-color: #CF3B3E;
}
</style>