Shades of Mahogany #CF3538
Tints of Mahogany #CF3538
RGB
CMYK
RGB Variations
Color information
#CF3538 (or 0xCF3538) is known color: Mahogany. HEX triplet: CF, 35 and 38. RGB value is (207,53,56). Sum of RGB (Red+Green+Blue) = 207+53+56=316 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.51% from 316); Green value is 53 (21.09% from 255 or 16.77% from 316); Blue value is 56 (22.27% from 255 or 17.72% from 316); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3538 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3538 is #30CAC7. Grayscale: #636363. Windows color (decimal): -3197640 or 3683791. OLE color: 3683791.
HSL color Cylindrical-coordinate representation of color #CF3538: hue angle of 358.83º 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 #CF3538 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 53 | 56 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.19 |
| HSL | 358.83º | 0.62% | 0.51% | - |
| HSV(B) | 358.83º | 0.74% | 0.81% | - |
| XYZ | 27.72 | 16.1 | 5.39 | - |
| YUV | 99.39 | 103.52 | 204.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 53 | 56 | 0 | 0.74 | 0.73 | 0.19 | 358.83 | 0.62 | 0.51 |
| Hex | CF | 35 | 38 | 0 | 4A | 49 | 13 | 167 | 3E | 33 |
| Octal | 317 | 65 | 70 | 0 | 112 | 111 | 23 | 547 | 76 | 63 |
| Binary | 11001111 | 110101 | 111000 | 0 | 1001010 | 1001001 | 10011 | 101100111 | 111110 | 110011 |
Color Harmonies of #CF3538
Complementary color
Monochromatic Colors of #CF3538
Black with #CF3538
Text Example
Text Example
White with #CF3538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3538; }
p { color: rgb(207,53,56); }
H1.HeaderClassName
{
color: #CF3538;
}
.AnyTagClassName
{
color: #CF3538;
}
</style>
background-color css
<style>
a { background-color: #CF3538; }
a { background-color: rgb(207,53,56); }
div.DivClassName
{
background-color: #CF3538;
}
.BgClassName
{
background-color: #CF3538;
}
</style>
border-color css
<style>
span { border-color: #CF3538; }
span { border-color: rgb(207,53,56); }
td.TdClassName
{
border-color: #CF3538;
}
.TagClassName
{
border-color: #CF3538;
}
</style>