Shades of Mahogany #CF3638
Tints of Mahogany #CF3638
RGB
CMYK
RGB Variations
Color information
#CF3638 (or 0xCF3638) is known color: Mahogany. HEX triplet: CF, 36 and 38. RGB value is (207,54,56). Sum of RGB (Red+Green+Blue) = 207+54+56=317 (41% of max value = 765). Red value is 207 (81.25% from 255 or 65.30% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 56 (22.27% from 255 or 17.67% from 317); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3638 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3638 is #30C9C7. Grayscale: #646464. Windows color (decimal): -3197384 or 3684047. OLE color: 3684047.
HSL color Cylindrical-coordinate representation of color #CF3638: hue angle of 359.22º degrees, saturation: 0.61, 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 #CF3638 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 54 | 56 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.19 |
| HSL | 359.22º | 0.61% | 0.51% | - |
| HSV(B) | 359.22º | 0.74% | 0.81% | - |
| XYZ | 27.77 | 16.19 | 5.4 | - |
| YUV | 99.98 | 103.19 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 54 | 56 | 0 | 0.74 | 0.73 | 0.19 | 359.22 | 0.61 | 0.51 |
| Hex | CF | 36 | 38 | 0 | 4A | 49 | 13 | 167 | 3D | 33 |
| Octal | 317 | 66 | 70 | 0 | 112 | 111 | 23 | 547 | 75 | 63 |
| Binary | 11001111 | 110110 | 111000 | 0 | 1001010 | 1001001 | 10011 | 101100111 | 111101 | 110011 |
Color Harmonies of #CF3638
Complementary color
Monochromatic Colors of #CF3638
Black with #CF3638
Text Example
Text Example
White with #CF3638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3638; }
p { color: rgb(207,54,56); }
H1.HeaderClassName
{
color: #CF3638;
}
.AnyTagClassName
{
color: #CF3638;
}
</style>
background-color css
<style>
a { background-color: #CF3638; }
a { background-color: rgb(207,54,56); }
div.DivClassName
{
background-color: #CF3638;
}
.BgClassName
{
background-color: #CF3638;
}
</style>
border-color css
<style>
span { border-color: #CF3638; }
span { border-color: rgb(207,54,56); }
td.TdClassName
{
border-color: #CF3638;
}
.TagClassName
{
border-color: #CF3638;
}
</style>