Shades of Mahogany #CF343D
Tints of Mahogany #CF343D
RGB
CMYK
RGB Variations
Color information
#CF343D (or 0xCF343D) is known color: Mahogany. HEX triplet: CF, 34 and 3D. RGB value is (207,52,61). Sum of RGB (Red+Green+Blue) = 207+52+61=320 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.69% from 320); Green value is 52 (20.70% from 255 or 16.25% from 320); Blue value is 61 (24.22% from 255 or 19.06% from 320); Max value from RGB is 207 - color contains mainly: red. Hex color #CF343D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF343D is #30CBC2. Grayscale: #636363. Windows color (decimal): -3197891 or 4011215. OLE color: 4011215.
HSL color Cylindrical-coordinate representation of color #CF343D: hue angle of 356.52º 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 #CF343D is Cyan = 0, Magento = 0.75, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 61 | - |
| CMYK | 0 | 0.75 | 0.71 | 0.19 |
| HSL | 356.52º | 0.62% | 0.51% | - |
| HSV(B) | 356.52º | 0.75% | 0.81% | - |
| XYZ | 27.8 | 16.06 | 6.05 | - |
| YUV | 99.37 | 106.35 | 204.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 61 | 0 | 0.75 | 0.71 | 0.19 | 356.52 | 0.62 | 0.51 |
| Hex | CF | 34 | 3D | 0 | 4B | 47 | 13 | 165 | 3E | 33 |
| Octal | 317 | 64 | 75 | 0 | 113 | 107 | 23 | 545 | 76 | 63 |
| Binary | 11001111 | 110100 | 111101 | 0 | 1001011 | 1000111 | 10011 | 101100101 | 111110 | 110011 |
Color Harmonies of #CF343D
Complementary color
Monochromatic Colors of #CF343D
Black with #CF343D
Text Example
Text Example
White with #CF343D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF343D; }
p { color: rgb(207,52,61); }
H1.HeaderClassName
{
color: #CF343D;
}
.AnyTagClassName
{
color: #CF343D;
}
</style>
background-color css
<style>
a { background-color: #CF343D; }
a { background-color: rgb(207,52,61); }
div.DivClassName
{
background-color: #CF343D;
}
.BgClassName
{
background-color: #CF343D;
}
</style>
border-color css
<style>
span { border-color: #CF343D; }
span { border-color: rgb(207,52,61); }
td.TdClassName
{
border-color: #CF343D;
}
.TagClassName
{
border-color: #CF343D;
}
</style>