Shades of Mahogany #BF2D34
Tints of Mahogany #BF2D34
RGB
CMYK
RGB Variations
Color information
#BF2D34 (or 0xBF2D34) is known color: Mahogany. HEX triplet: BF, 2D and 34. RGB value is (191,45,52). Sum of RGB (Red+Green+Blue) = 191+45+52=288 (38% of max value = 765). Red value is 191 (75% from 255 or 66.32% from 288); Green value is 45 (17.97% from 255 or 15.62% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2D34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2D34 is #40D2CB. Grayscale: #595959. Windows color (decimal): -4248268 or 3419583. OLE color: 3419583.
HSL color Cylindrical-coordinate representation of color #BF2D34: hue angle of 357.12º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF2D34 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 45 | 52 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.25 |
| HSL | 357.12º | 0.62% | 0.46% | - |
| HSV(B) | 357.12º | 0.76% | 0.75% | - |
| XYZ | 23.04 | 13.2 | 4.58 | - |
| YUV | 89.45 | 106.87 | 200.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 52 | 0 | 0.76 | 0.73 | 0.25 | 357.12 | 0.62 | 0.46 |
| Hex | BF | 2D | 34 | 0 | 4C | 49 | 19 | 165 | 3E | 2E |
| Octal | 277 | 55 | 64 | 0 | 114 | 111 | 31 | 545 | 76 | 56 |
| Binary | 10111111 | 101101 | 110100 | 0 | 1001100 | 1001001 | 11001 | 101100101 | 111110 | 101110 |
Color Harmonies of #BF2D34
Complementary color
Monochromatic Colors of #BF2D34
Black with #BF2D34
Text Example
Text Example
White with #BF2D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2D34; }
p { color: rgb(191,45,52); }
H1.HeaderClassName
{
color: #BF2D34;
}
.AnyTagClassName
{
color: #BF2D34;
}
</style>
background-color css
<style>
a { background-color: #BF2D34; }
a { background-color: rgb(191,45,52); }
div.DivClassName
{
background-color: #BF2D34;
}
.BgClassName
{
background-color: #BF2D34;
}
</style>
border-color css
<style>
span { border-color: #BF2D34; }
span { border-color: rgb(191,45,52); }
td.TdClassName
{
border-color: #BF2D34;
}
.TagClassName
{
border-color: #BF2D34;
}
</style>