Shades of Mahogany #CF353F
Tints of Mahogany #CF353F
RGB
CMYK
RGB Variations
Color information
#CF353F (or 0xCF353F) is known color: Mahogany. HEX triplet: CF, 35 and 3F. RGB value is (207,53,63). Sum of RGB (Red+Green+Blue) = 207+53+63=323 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.09% from 323); Green value is 53 (21.09% from 255 or 16.41% from 323); Blue value is 63 (25% from 255 or 19.50% from 323); Max value from RGB is 207 - color contains mainly: red. Hex color #CF353F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF353F is #30CAC0. Grayscale: #646464. Windows color (decimal): -3197633 or 4142543. OLE color: 4142543.
HSL color Cylindrical-coordinate representation of color #CF353F: hue angle of 356.1º degrees, saturation: 0.62, 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 #CF353F is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 63 | - |
| CMYK | 0 | 0.74 | 0.70 | 0.19 |
| HSL | 356.1º | 0.62% | 0.51% | - |
| HSV(B) | 356.1º | 0.74% | 0.81% | - |
| XYZ | 27.9 | 16.17 | 6.35 | - |
| YUV | 100.19 | 107.02 | 204.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 63 | 0 | 0.74 | 0.70 | 0.19 | 356.1 | 0.62 | 0.51 |
| Hex | CF | 35 | 3F | 0 | 4A | 46 | 13 | 164 | 3E | 33 |
| Octal | 317 | 65 | 77 | 0 | 112 | 106 | 23 | 544 | 76 | 63 |
| Binary | 11001111 | 110101 | 111111 | 0 | 1001010 | 1000110 | 10011 | 101100100 | 111110 | 110011 |
Color Harmonies of #CF353F
Complementary color
Monochromatic Colors of #CF353F
Black with #CF353F
Text Example
Text Example
White with #CF353F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF353F; }
p { color: rgb(207,53,63); }
H1.HeaderClassName
{
color: #CF353F;
}
.AnyTagClassName
{
color: #CF353F;
}
</style>
background-color css
<style>
a { background-color: #CF353F; }
a { background-color: rgb(207,53,63); }
div.DivClassName
{
background-color: #CF353F;
}
.BgClassName
{
background-color: #CF353F;
}
</style>
border-color css
<style>
span { border-color: #CF353F; }
span { border-color: rgb(207,53,63); }
td.TdClassName
{
border-color: #CF353F;
}
.TagClassName
{
border-color: #CF353F;
}
</style>