Shades of Mahogany #CF343C
Tints of Mahogany #CF343C
RGB
CMYK
RGB Variations
Color information
#CF343C (or 0xCF343C) is known color: Mahogany. HEX triplet: CF, 34 and 3C. RGB value is (207,52,60). Sum of RGB (Red+Green+Blue) = 207+52+60=319 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.89% from 319); Green value is 52 (20.70% from 255 or 16.30% from 319); Blue value is 60 (23.83% from 255 or 18.81% from 319); Max value from RGB is 207 - color contains mainly: red. Hex color #CF343C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF343C is #30CBC3. Grayscale: #636363. Windows color (decimal): -3197892 or 3945679. OLE color: 3945679.
HSL color Cylindrical-coordinate representation of color #CF343C: hue angle of 356.9º 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 #CF343C is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 60 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.19 |
| HSL | 356.9º | 0.62% | 0.51% | - |
| HSV(B) | 356.9º | 0.75% | 0.81% | - |
| XYZ | 27.78 | 16.05 | 5.91 | - |
| YUV | 99.26 | 105.85 | 204.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 60 | 0 | 0.75 | 0.71 | 0.19 | 356.9 | 0.62 | 0.51 |
| Hex | CF | 34 | 3C | 0 | 4B | 47 | 13 | 165 | 3E | 33 |
| Octal | 317 | 64 | 74 | 0 | 113 | 107 | 23 | 545 | 76 | 63 |
| Binary | 11001111 | 110100 | 111100 | 0 | 1001011 | 1000111 | 10011 | 101100101 | 111110 | 110011 |
Color Harmonies of #CF343C
Complementary color
Monochromatic Colors of #CF343C
Black with #CF343C
Text Example
Text Example
White with #CF343C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF343C; }
p { color: rgb(207,52,60); }
H1.HeaderClassName
{
color: #CF343C;
}
.AnyTagClassName
{
color: #CF343C;
}
</style>
background-color css
<style>
a { background-color: #CF343C; }
a { background-color: rgb(207,52,60); }
div.DivClassName
{
background-color: #CF343C;
}
.BgClassName
{
background-color: #CF343C;
}
</style>
border-color css
<style>
span { border-color: #CF343C; }
span { border-color: rgb(207,52,60); }
td.TdClassName
{
border-color: #CF343C;
}
.TagClassName
{
border-color: #CF343C;
}
</style>