Shades of Mahogany #BF2B31
Tints of Mahogany #BF2B31
RGB
CMYK
RGB Variations
Color information
#BF2B31 (or 0xBF2B31) is known color: Mahogany. HEX triplet: BF, 2B and 31. RGB value is (191,43,49). Sum of RGB (Red+Green+Blue) = 191+43+49=283 (37% of max value = 765). Red value is 191 (75% from 255 or 67.49% from 283); Green value is 43 (17.19% from 255 or 15.19% from 283); Blue value is 49 (19.53% from 255 or 17.31% from 283); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2B31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2B31 is #40D4CE. Grayscale: #585858. Windows color (decimal): -4248783 or 3222463. OLE color: 3222463.
HSL color Cylindrical-coordinate representation of color #BF2B31: hue angle of 357.57º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #BF2B31 is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 43 | 49 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.25 |
| HSL | 357.57º | 0.63% | 0.46% | - |
| HSV(B) | 357.57º | 0.77% | 0.75% | - |
| XYZ | 22.9 | 13.03 | 4.21 | - |
| YUV | 87.94 | 106.03 | 201.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 43 | 49 | 0 | 0.77 | 0.74 | 0.25 | 357.57 | 0.63 | 0.46 |
| Hex | BF | 2B | 31 | 0 | 4D | 4A | 19 | 166 | 3F | 2E |
| Octal | 277 | 53 | 61 | 0 | 115 | 112 | 31 | 546 | 77 | 56 |
| Binary | 10111111 | 101011 | 110001 | 0 | 1001101 | 1001010 | 11001 | 101100110 | 111111 | 101110 |
Color Harmonies of #BF2B31
Complementary color
Monochromatic Colors of #BF2B31
Black with #BF2B31
Text Example
Text Example
White with #BF2B31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2B31; }
p { color: rgb(191,43,49); }
H1.HeaderClassName
{
color: #BF2B31;
}
.AnyTagClassName
{
color: #BF2B31;
}
</style>
background-color css
<style>
a { background-color: #BF2B31; }
a { background-color: rgb(191,43,49); }
div.DivClassName
{
background-color: #BF2B31;
}
.BgClassName
{
background-color: #BF2B31;
}
</style>
border-color css
<style>
span { border-color: #BF2B31; }
span { border-color: rgb(191,43,49); }
td.TdClassName
{
border-color: #BF2B31;
}
.TagClassName
{
border-color: #BF2B31;
}
</style>