Shades of Mahogany #CF2938
Tints of Mahogany #CF2938
RGB
CMYK
RGB Variations
Color information
#CF2938 (or 0xCF2938) is known color: Mahogany. HEX triplet: CF, 29 and 38. RGB value is (207,41,56). Sum of RGB (Red+Green+Blue) = 207+41+56=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 41 (16.41% from 255 or 13.49% from 304); Blue value is 56 (22.27% from 255 or 18.42% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2938 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2938 is #30D6C7. Grayscale: #5C5C5C. Windows color (decimal): -3200712 or 3680719. OLE color: 3680719.
HSL color Cylindrical-coordinate representation of color #CF2938: hue angle of 354.58º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CF2938 is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 41 | 56 | - |
| CMYK | 0 | 0.80 | 0.73 | 0.19 |
| HSL | 354.58º | 0.67% | 0.49% | - |
| HSV(B) | 354.58º | 0.8% | 0.81% | - |
| XYZ | 27.24 | 15.14 | 5.23 | - |
| YUV | 92.34 | 107.5 | 209.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 41 | 56 | 0 | 0.80 | 0.73 | 0.19 | 354.58 | 0.67 | 0.49 |
| Hex | CF | 29 | 38 | 0 | 50 | 49 | 13 | 163 | 43 | 31 |
| Octal | 317 | 51 | 70 | 0 | 120 | 111 | 23 | 543 | 103 | 61 |
| Binary | 11001111 | 101001 | 111000 | 0 | 1010000 | 1001001 | 10011 | 101100011 | 1000011 | 110001 |
Color Harmonies of #CF2938
Complementary color
Monochromatic Colors of #CF2938
Black with #CF2938
Text Example
Text Example
White with #CF2938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2938; }
p { color: rgb(207,41,56); }
H1.HeaderClassName
{
color: #CF2938;
}
.AnyTagClassName
{
color: #CF2938;
}
</style>
background-color css
<style>
a { background-color: #CF2938; }
a { background-color: rgb(207,41,56); }
div.DivClassName
{
background-color: #CF2938;
}
.BgClassName
{
background-color: #CF2938;
}
</style>
border-color css
<style>
span { border-color: #CF2938; }
span { border-color: rgb(207,41,56); }
td.TdClassName
{
border-color: #CF2938;
}
.TagClassName
{
border-color: #CF2938;
}
</style>