Shades of Mahogany #CF2B2D
Tints of Mahogany #CF2B2D
RGB
CMYK
RGB Variations
Color information
#CF2B2D (or 0xCF2B2D) is known color: Mahogany. HEX triplet: CF, 2B and 2D. RGB value is (207,43,45). Sum of RGB (Red+Green+Blue) = 207+43+45=295 (39% of max value = 765). Red value is 207 (81.25% from 255 or 70.17% from 295); Green value is 43 (17.19% from 255 or 14.58% from 295); Blue value is 45 (17.97% from 255 or 15.25% from 295); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CF2B2D is #30D4D2. Grayscale: #5C5C5C. Windows color (decimal): -3200211 or 2960335. OLE color: 2960335.
HSL color Cylindrical-coordinate representation of color #CF2B2D: hue angle of 359.27º degrees, saturation: 0.66, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2B2D is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 43 | 45 | - |
| CMYK | 0 | 0.79 | 0.78 | 0.19 |
| HSL | 359.27º | 0.66% | 0.49% | - |
| HSV(B) | 359.27º | 0.79% | 0.81% | - |
| XYZ | 27.07 | 15.18 | 3.99 | - |
| YUV | 92.26 | 101.33 | 209.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 43 | 45 | 0 | 0.79 | 0.78 | 0.19 | 359.27 | 0.66 | 0.49 |
| Hex | CF | 2B | 2D | 0 | 4F | 4E | 13 | 167 | 42 | 31 |
| Octal | 317 | 53 | 55 | 0 | 117 | 116 | 23 | 547 | 102 | 61 |
| Binary | 11001111 | 101011 | 101101 | 0 | 1001111 | 1001110 | 10011 | 101100111 | 1000010 | 110001 |
Color Harmonies of #CF2B2D
Complementary color
Monochromatic Colors of #CF2B2D
Black with #CF2B2D
Text Example
Text Example
White with #CF2B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF2B2D; }
p { color: rgb(207,43,45); }
H1.HeaderClassName
{
color: #CF2B2D;
}
.AnyTagClassName
{
color: #CF2B2D;
}
</style>
background-color css
<style>
a { background-color: #CF2B2D; }
a { background-color: rgb(207,43,45); }
div.DivClassName
{
background-color: #CF2B2D;
}
.BgClassName
{
background-color: #CF2B2D;
}
</style>
border-color css
<style>
span { border-color: #CF2B2D; }
span { border-color: rgb(207,43,45); }
td.TdClassName
{
border-color: #CF2B2D;
}
.TagClassName
{
border-color: #CF2B2D;
}
</style>