Shades of Mahogany #CF3437
Tints of Mahogany #CF3437
RGB
CMYK
RGB Variations
Color information
#CF3437 (or 0xCF3437) is known color: Mahogany. HEX triplet: CF, 34 and 37. RGB value is (207,52,55). Sum of RGB (Red+Green+Blue) = 207+52+55=314 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.92% from 314); Green value is 52 (20.70% from 255 or 16.56% from 314); Blue value is 55 (21.88% from 255 or 17.52% from 314); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3437 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3437 is #30CBC8. Grayscale: #626262. Windows color (decimal): -3197897 or 3617999. OLE color: 3617999.
HSL color Cylindrical-coordinate representation of color #CF3437: hue angle of 358.84º 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 #CF3437 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 52 | 55 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.19 |
| HSL | 358.84º | 0.62% | 0.51% | - |
| HSV(B) | 358.84º | 0.75% | 0.81% | - |
| XYZ | 27.65 | 16 | 5.24 | - |
| YUV | 98.69 | 103.35 | 205.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 52 | 55 | 0 | 0.75 | 0.73 | 0.19 | 358.84 | 0.62 | 0.51 |
| Hex | CF | 34 | 37 | 0 | 4B | 49 | 13 | 167 | 3E | 33 |
| Octal | 317 | 64 | 67 | 0 | 113 | 111 | 23 | 547 | 76 | 63 |
| Binary | 11001111 | 110100 | 110111 | 0 | 1001011 | 1001001 | 10011 | 101100111 | 111110 | 110011 |
Color Harmonies of #CF3437
Complementary color
Monochromatic Colors of #CF3437
Black with #CF3437
Text Example
Text Example
White with #CF3437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3437; }
p { color: rgb(207,52,55); }
H1.HeaderClassName
{
color: #CF3437;
}
.AnyTagClassName
{
color: #CF3437;
}
</style>
background-color css
<style>
a { background-color: #CF3437; }
a { background-color: rgb(207,52,55); }
div.DivClassName
{
background-color: #CF3437;
}
.BgClassName
{
background-color: #CF3437;
}
</style>
border-color css
<style>
span { border-color: #CF3437; }
span { border-color: rgb(207,52,55); }
td.TdClassName
{
border-color: #CF3437;
}
.TagClassName
{
border-color: #CF3437;
}
</style>