Shades of Mahogany #CF3A3D
Tints of Mahogany #CF3A3D
RGB
CMYK
RGB Variations
Color information
#CF3A3D (or 0xCF3A3D) is known color: Mahogany. HEX triplet: CF, 3A and 3D. RGB value is (207,58,61). Sum of RGB (Red+Green+Blue) = 207+58+61=326 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.50% from 326); Green value is 58 (23.05% from 255 or 17.79% from 326); Blue value is 61 (24.22% from 255 or 18.71% from 326); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3A3D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3A3D is #30C5C2. Grayscale: #676767. Windows color (decimal): -3196355 or 4012751. OLE color: 4012751.
HSL color Cylindrical-coordinate representation of color #CF3A3D: hue angle of 358.79º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF3A3D is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 58 | 61 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.19 |
| HSL | 358.79º | 0.61% | 0.52% | - |
| HSV(B) | 358.79º | 0.72% | 0.81% | - |
| XYZ | 28.09 | 16.63 | 6.14 | - |
| YUV | 102.89 | 104.36 | 202.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 58 | 61 | 0 | 0.72 | 0.71 | 0.19 | 358.79 | 0.61 | 0.52 |
| Hex | CF | 3A | 3D | 0 | 48 | 47 | 13 | 167 | 3D | 34 |
| Octal | 317 | 72 | 75 | 0 | 110 | 107 | 23 | 547 | 75 | 64 |
| Binary | 11001111 | 111010 | 111101 | 0 | 1001000 | 1000111 | 10011 | 101100111 | 111101 | 110100 |
Color Harmonies of #CF3A3D
Complementary color
Monochromatic Colors of #CF3A3D
Black with #CF3A3D
Text Example
Text Example
White with #CF3A3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3A3D; }
p { color: rgb(207,58,61); }
H1.HeaderClassName
{
color: #CF3A3D;
}
.AnyTagClassName
{
color: #CF3A3D;
}
</style>
background-color css
<style>
a { background-color: #CF3A3D; }
a { background-color: rgb(207,58,61); }
div.DivClassName
{
background-color: #CF3A3D;
}
.BgClassName
{
background-color: #CF3A3D;
}
</style>
border-color css
<style>
span { border-color: #CF3A3D; }
span { border-color: rgb(207,58,61); }
td.TdClassName
{
border-color: #CF3A3D;
}
.TagClassName
{
border-color: #CF3A3D;
}
</style>