Shades of Mahogany #CF3640
Tints of Mahogany #CF3640
RGB
CMYK
RGB Variations
Color information
#CF3640 (or 0xCF3640) is known color: Mahogany. HEX triplet: CF, 36 and 40. RGB value is (207,54,64). Sum of RGB (Red+Green+Blue) = 207+54+64=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 54 (21.48% from 255 or 16.62% from 325); Blue value is 64 (25.39% from 255 or 19.69% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3640 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3640 is #30C9BF. Grayscale: #656565. Windows color (decimal): -3197376 or 4208335. OLE color: 4208335.
HSL color Cylindrical-coordinate representation of color #CF3640: hue angle of 356.08º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CF3640 is Cyan = 0, Magento = 0.74, Yellow = 0.69 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 64 | - |
| CMYK | 0 | 0.74 | 0.69 | 0.19 |
| HSL | 356.08º | 0.61% | 0.51% | - |
| HSV(B) | 356.08º | 0.74% | 0.81% | - |
| XYZ | 27.98 | 16.27 | 6.52 | - |
| YUV | 100.89 | 107.19 | 203.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 64 | 0 | 0.74 | 0.69 | 0.19 | 356.08 | 0.61 | 0.51 |
| Hex | CF | 36 | 40 | 0 | 4A | 45 | 13 | 164 | 3D | 33 |
| Octal | 317 | 66 | 100 | 0 | 112 | 105 | 23 | 544 | 75 | 63 |
| Binary | 11001111 | 110110 | 1000000 | 0 | 1001010 | 1000101 | 10011 | 101100100 | 111101 | 110011 |
Color Harmonies of #CF3640
Complementary color
Monochromatic Colors of #CF3640
Black with #CF3640
Text Example
Text Example
White with #CF3640
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3640; }
p { color: rgb(207,54,64); }
H1.HeaderClassName
{
color: #CF3640;
}
.AnyTagClassName
{
color: #CF3640;
}
</style>
background-color css
<style>
a { background-color: #CF3640; }
a { background-color: rgb(207,54,64); }
div.DivClassName
{
background-color: #CF3640;
}
.BgClassName
{
background-color: #CF3640;
}
</style>
border-color css
<style>
span { border-color: #CF3640; }
span { border-color: rgb(207,54,64); }
td.TdClassName
{
border-color: #CF3640;
}
.TagClassName
{
border-color: #CF3640;
}
</style>