Shades of Mahogany #CF3741
Tints of Mahogany #CF3741
RGB
CMYK
RGB Variations
Color information
#CF3741 (or 0xCF3741) is known color: Mahogany. HEX triplet: CF, 37 and 41. RGB value is (207,55,65). Sum of RGB (Red+Green+Blue) = 207+55+65=327 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.30% from 327); Green value is 55 (21.88% from 255 or 16.82% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3741 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3741 is #30C8BE. Grayscale: #656565. Windows color (decimal): -3197119 or 4274127. OLE color: 4274127.
HSL color Cylindrical-coordinate representation of color #CF3741: hue angle of 356.05º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF3741 is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 55 | 65 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.19 |
| HSL | 356.05º | 0.61% | 0.51% | - |
| HSV(B) | 356.05º | 0.73% | 0.81% | - |
| XYZ | 28.05 | 16.38 | 6.68 | - |
| YUV | 101.59 | 107.36 | 203.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 55 | 65 | 0 | 0.73 | 0.69 | 0.19 | 356.05 | 0.61 | 0.51 |
| Hex | CF | 37 | 41 | 0 | 49 | 45 | 13 | 164 | 3D | 33 |
| Octal | 317 | 67 | 101 | 0 | 111 | 105 | 23 | 544 | 75 | 63 |
| Binary | 11001111 | 110111 | 1000001 | 0 | 1001001 | 1000101 | 10011 | 101100100 | 111101 | 110011 |
Color Harmonies of #CF3741
Complementary color
Monochromatic Colors of #CF3741
Black with #CF3741
Text Example
Text Example
White with #CF3741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3741; }
p { color: rgb(207,55,65); }
H1.HeaderClassName
{
color: #CF3741;
}
.AnyTagClassName
{
color: #CF3741;
}
</style>
background-color css
<style>
a { background-color: #CF3741; }
a { background-color: rgb(207,55,65); }
div.DivClassName
{
background-color: #CF3741;
}
.BgClassName
{
background-color: #CF3741;
}
</style>
border-color css
<style>
span { border-color: #CF3741; }
span { border-color: rgb(207,55,65); }
td.TdClassName
{
border-color: #CF3741;
}
.TagClassName
{
border-color: #CF3741;
}
</style>