Shades of Mahogany #CF343F
Tints of Mahogany #CF343F
RGB
CMYK
RGB Variations
Color information
#CF343F (or 0xCF343F) is known color: Mahogany. HEX triplet: CF, 34 and 3F. RGB value is (207,52,63). Sum of RGB (Red+Green+Blue) = 207+52+63=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 52 (20.70% from 255 or 16.15% from 322); Blue value is 63 (25% from 255 or 19.57% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF343F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF343F is #30CBC0. Grayscale: #636363. Windows color (decimal): -3197889 or 4142287. OLE color: 4142287.
HSL color Cylindrical-coordinate representation of color #CF343F: hue angle of 355.74º degrees, saturation: 0.62, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CF343F is Cyan = 0, Magento = 0.75, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 63 | - |
| CMYK | 0 | 0.75 | 0.70 | 0.19 |
| HSL | 355.74º | 0.62% | 0.51% | - |
| HSV(B) | 355.74º | 0.75% | 0.81% | - |
| XYZ | 27.86 | 16.08 | 6.34 | - |
| YUV | 99.6 | 107.35 | 204.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 63 | 0 | 0.75 | 0.70 | 0.19 | 355.74 | 0.62 | 0.51 |
| Hex | CF | 34 | 3F | 0 | 4B | 46 | 13 | 164 | 3E | 33 |
| Octal | 317 | 64 | 77 | 0 | 113 | 106 | 23 | 544 | 76 | 63 |
| Binary | 11001111 | 110100 | 111111 | 0 | 1001011 | 1000110 | 10011 | 101100100 | 111110 | 110011 |
Color Harmonies of #CF343F
Complementary color
Monochromatic Colors of #CF343F
Black with #CF343F
Text Example
Text Example
White with #CF343F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF343F; }
p { color: rgb(207,52,63); }
H1.HeaderClassName
{
color: #CF343F;
}
.AnyTagClassName
{
color: #CF343F;
}
</style>
background-color css
<style>
a { background-color: #CF343F; }
a { background-color: rgb(207,52,63); }
div.DivClassName
{
background-color: #CF343F;
}
.BgClassName
{
background-color: #CF343F;
}
</style>
border-color css
<style>
span { border-color: #CF343F; }
span { border-color: rgb(207,52,63); }
td.TdClassName
{
border-color: #CF343F;
}
.TagClassName
{
border-color: #CF343F;
}
</style>