Shades of Mahogany #CF393D
Tints of Mahogany #CF393D
RGB
CMYK
RGB Variations
Color information
#CF393D (or 0xCF393D) is known color: Mahogany. HEX triplet: CF, 39 and 3D. RGB value is (207,57,61). Sum of RGB (Red+Green+Blue) = 207+57+61=325 (43% of max value = 765). Red value is 207 (81.25% from 255 or 63.69% from 325); Green value is 57 (22.66% from 255 or 17.54% from 325); Blue value is 61 (24.22% from 255 or 18.77% from 325); Max value from RGB is 207 - color contains mainly: red. Hex color #CF393D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF393D is #30C6C2. Grayscale: #666666. Windows color (decimal): -3196611 or 4012495. OLE color: 4012495.
HSL color Cylindrical-coordinate representation of color #CF393D: hue angle of 358.4º 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 #CF393D is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 57 | 61 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.19 |
| HSL | 358.4º | 0.61% | 0.52% | - |
| HSV(B) | 358.4º | 0.72% | 0.81% | - |
| XYZ | 28.04 | 16.53 | 6.13 | - |
| YUV | 102.31 | 104.7 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 57 | 61 | 0 | 0.72 | 0.71 | 0.19 | 358.4 | 0.61 | 0.52 |
| Hex | CF | 39 | 3D | 0 | 48 | 47 | 13 | 166 | 3D | 34 |
| Octal | 317 | 71 | 75 | 0 | 110 | 107 | 23 | 546 | 75 | 64 |
| Binary | 11001111 | 111001 | 111101 | 0 | 1001000 | 1000111 | 10011 | 101100110 | 111101 | 110100 |
Color Harmonies of #CF393D
Complementary color
Monochromatic Colors of #CF393D
Black with #CF393D
Text Example
Text Example
White with #CF393D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF393D; }
p { color: rgb(207,57,61); }
H1.HeaderClassName
{
color: #CF393D;
}
.AnyTagClassName
{
color: #CF393D;
}
</style>
background-color css
<style>
a { background-color: #CF393D; }
a { background-color: rgb(207,57,61); }
div.DivClassName
{
background-color: #CF393D;
}
.BgClassName
{
background-color: #CF393D;
}
</style>
border-color css
<style>
span { border-color: #CF393D; }
span { border-color: rgb(207,57,61); }
td.TdClassName
{
border-color: #CF393D;
}
.TagClassName
{
border-color: #CF393D;
}
</style>