Shades of Mahogany #CF393A
Tints of Mahogany #CF393A
RGB
CMYK
RGB Variations
Color information
#CF393A (or 0xCF393A) is known color: Mahogany. HEX triplet: CF, 39 and 3A. RGB value is (207,57,58). Sum of RGB (Red+Green+Blue) = 207+57+58=322 (42% of max value = 765). Red value is 207 (81.25% from 255 or 64.29% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 58 (23.05% from 255 or 18.01% from 322); Max value from RGB is 207 - color contains mainly: red. Hex color #CF393A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF393A is #30C6C5. Grayscale: #666666. Windows color (decimal): -3196614 or 3815887. OLE color: 3815887.
HSL color Cylindrical-coordinate representation of color #CF393A: hue angle of 359.6º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #CF393A is Cyan = 0, Magento = 0.72, Yellow = 0.72 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 57 | 58 | - |
| CMYK | 0 | 0.72 | 0.72 | 0.19 |
| HSL | 359.6º | 0.61% | 0.52% | - |
| HSV(B) | 359.6º | 0.72% | 0.81% | - |
| XYZ | 27.96 | 16.5 | 5.71 | - |
| YUV | 101.96 | 103.2 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 58 | 0 | 0.72 | 0.72 | 0.19 | 359.6 | 0.61 | 0.52 |
| Hex | CF | 39 | 3A | 0 | 48 | 48 | 13 | 168 | 3D | 34 |
| Octal | 317 | 71 | 72 | 0 | 110 | 110 | 23 | 550 | 75 | 64 |
| Binary | 11001111 | 111001 | 111010 | 0 | 1001000 | 1001000 | 10011 | 101101000 | 111101 | 110100 |
Color Harmonies of #CF393A
Complementary color
Monochromatic Colors of #CF393A
Black with #CF393A
Text Example
Text Example
White with #CF393A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF393A; }
p { color: rgb(207,57,58); }
H1.HeaderClassName
{
color: #CF393A;
}
.AnyTagClassName
{
color: #CF393A;
}
</style>
background-color css
<style>
a { background-color: #CF393A; }
a { background-color: rgb(207,57,58); }
div.DivClassName
{
background-color: #CF393A;
}
.BgClassName
{
background-color: #CF393A;
}
</style>
border-color css
<style>
span { border-color: #CF393A; }
span { border-color: rgb(207,57,58); }
td.TdClassName
{
border-color: #CF393A;
}
.TagClassName
{
border-color: #CF393A;
}
</style>