Shades of Mahogany #CF3031
Tints of Mahogany #CF3031
RGB
CMYK
RGB Variations
Color information
#CF3031 (or 0xCF3031) is known color: Mahogany. HEX triplet: CF, 30 and 31. RGB value is (207,48,49). Sum of RGB (Red+Green+Blue) = 207+48+49=304 (40% of max value = 765). Red value is 207 (81.25% from 255 or 68.09% from 304); Green value is 48 (19.14% from 255 or 15.79% from 304); Blue value is 49 (19.53% from 255 or 16.12% from 304); Max value from RGB is 207 - color contains mainly: red. Hex color #CF3031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF3031 is #30CFCE. Grayscale: #5F5F5F. Windows color (decimal): -3198927 or 3223759. OLE color: 3223759.
HSL color Cylindrical-coordinate representation of color #CF3031: hue angle of 359.62º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF3031 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 48 | 49 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.19 |
| HSL | 359.62º | 0.62% | 0.5% | - |
| HSV(B) | 359.62º | 0.77% | 0.81% | - |
| XYZ | 27.34 | 15.6 | 4.48 | - |
| YUV | 95.66 | 101.68 | 207.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 48 | 49 | 0 | 0.77 | 0.76 | 0.19 | 359.62 | 0.62 | 0.5 |
| Hex | CF | 30 | 31 | 0 | 4D | 4C | 13 | 168 | 3E | 32 |
| Octal | 317 | 60 | 61 | 0 | 115 | 114 | 23 | 550 | 76 | 62 |
| Binary | 11001111 | 110000 | 110001 | 0 | 1001101 | 1001100 | 10011 | 101101000 | 111110 | 110010 |
Color Harmonies of #CF3031
Complementary color
Monochromatic Colors of #CF3031
Black with #CF3031
Text Example
Text Example
White with #CF3031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF3031; }
p { color: rgb(207,48,49); }
H1.HeaderClassName
{
color: #CF3031;
}
.AnyTagClassName
{
color: #CF3031;
}
</style>
background-color css
<style>
a { background-color: #CF3031; }
a { background-color: rgb(207,48,49); }
div.DivClassName
{
background-color: #CF3031;
}
.BgClassName
{
background-color: #CF3031;
}
</style>
border-color css
<style>
span { border-color: #CF3031; }
span { border-color: rgb(207,48,49); }
td.TdClassName
{
border-color: #CF3031;
}
.TagClassName
{
border-color: #CF3031;
}
</style>