Shades of Mahogany #CF3D40
Tints of Mahogany #CF3D40
RGB
CMYK
RGB Variations
Color information
#CF3D40 (or 0xCF3D40) is known color: Mahogany. HEX triplet: CF, 3D and 40. RGB value is (207,61,64). Sum of RGB (Red+Green+Blue) = 207+61+64=332 (43% of max value = 765). Red value is 207 (81.25% from 255 or 62.35% from 332); Green value is 61 (24.22% from 255 or 18.37% from 332); Blue value is 64 (25.39% from 255 or 19.28% from 332); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3D40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3D40 is #30C2BF. Grayscale: #696969. Windows color (decimal): -3195584 or 4210127. OLE color: 4210127.
HSL color Cylindrical-coordinate representation of color #CF3D40: hue angle of 358.77º 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 #CF3D40 is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 61 | 64 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.19 |
| HSL | 358.77º | 0.6% | 0.53% | - |
| HSV(B) | 358.77º | 0.71% | 0.81% | - |
| XYZ | 28.33 | 16.97 | 6.63 | - |
| YUV | 105 | 104.87 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 61 | 64 | 0 | 0.71 | 0.69 | 0.19 | 358.77 | 0.6 | 0.53 |
| Hex | CF | 3D | 40 | 0 | 47 | 45 | 13 | 167 | 3C | 35 |
| Octal | 317 | 75 | 100 | 0 | 107 | 105 | 23 | 547 | 74 | 65 |
| Binary | 11001111 | 111101 | 1000000 | 0 | 1000111 | 1000101 | 10011 | 101100111 | 111100 | 110101 |
Color Harmonies of #CF3D40
Complementary color
Monochromatic Colors of #CF3D40
Black with #CF3D40
Text Example
Text Example
White with #CF3D40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3D40; }
p { color: rgb(207,61,64); }
H1.HeaderClassName
{
color: #CF3D40;
}
.AnyTagClassName
{
color: #CF3D40;
}
</style>
background-color css
<style>
a { background-color: #CF3D40; }
a { background-color: rgb(207,61,64); }
div.DivClassName
{
background-color: #CF3D40;
}
.BgClassName
{
background-color: #CF3D40;
}
</style>
border-color css
<style>
span { border-color: #CF3D40; }
span { border-color: rgb(207,61,64); }
td.TdClassName
{
border-color: #CF3D40;
}
.TagClassName
{
border-color: #CF3D40;
}
</style>