Shades of Mahogany #CF3639
Tints of Mahogany #CF3639
RGB
CMYK
RGB Variations
Color information
#CF3639 (or 0xCF3639) is known color: Mahogany. HEX triplet: CF, 36 and 39. RGB value is (207,54,57). Sum of RGB (Red+Green+Blue) = 207+54+57=318 (42% of max value = 765). Red value is 207 (81.25% from 255 or 65.09% from 318); Green value is 54 (21.48% from 255 or 16.98% from 318); Blue value is 57 (22.66% from 255 or 17.92% from 318); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3639 is #30C9C6. Grayscale: #646464. Windows color (decimal): -3197383 or 3749583. OLE color: 3749583.
HSL color Cylindrical-coordinate representation of color #CF3639: hue angle of 358.82º 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 #CF3639 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 57 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.19 |
| HSL | 358.82º | 0.61% | 0.51% | - |
| HSV(B) | 358.82º | 0.74% | 0.81% | - |
| XYZ | 27.79 | 16.2 | 5.53 | - |
| YUV | 100.09 | 103.69 | 204.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 57 | 0 | 0.74 | 0.72 | 0.19 | 358.82 | 0.61 | 0.51 |
| Hex | CF | 36 | 39 | 0 | 4A | 48 | 13 | 167 | 3D | 33 |
| Octal | 317 | 66 | 71 | 0 | 112 | 110 | 23 | 547 | 75 | 63 |
| Binary | 11001111 | 110110 | 111001 | 0 | 1001010 | 1001000 | 10011 | 101100111 | 111101 | 110011 |
Color Harmonies of #CF3639
Complementary color
Monochromatic Colors of #CF3639
Black with #CF3639
Text Example
Text Example
White with #CF3639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3639; }
p { color: rgb(207,54,57); }
H1.HeaderClassName
{
color: #CF3639;
}
.AnyTagClassName
{
color: #CF3639;
}
</style>
background-color css
<style>
a { background-color: #CF3639; }
a { background-color: rgb(207,54,57); }
div.DivClassName
{
background-color: #CF3639;
}
.BgClassName
{
background-color: #CF3639;
}
</style>
border-color css
<style>
span { border-color: #CF3639; }
span { border-color: rgb(207,54,57); }
td.TdClassName
{
border-color: #CF3639;
}
.TagClassName
{
border-color: #CF3639;
}
</style>