Shades of Mahogany #BF343B
Tints of Mahogany #BF343B
RGB
CMYK
RGB Variations
Color information
#BF343B (or 0xBF343B) is known color: Mahogany. HEX triplet: BF, 34 and 3B. RGB value is (191,52,59). Sum of RGB (Red+Green+Blue) = 191+52+59=302 (40% of max value = 765). Red value is 191 (75% from 255 or 63.25% from 302); Green value is 52 (20.70% from 255 or 17.22% from 302); Blue value is 59 (23.44% from 255 or 19.54% from 302); Max value from RGB is 191 - color contains mainly: red. Hex color #BF343B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF343B is #40CBC4. Grayscale: #5E5E5E. Windows color (decimal): -4246469 or 3880127. OLE color: 3880127.
HSL color Cylindrical-coordinate representation of color #BF343B: hue angle of 356.98º degrees, saturation: 0.57, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF343B is Cyan = 0, Magento = 0.73, Yellow = 0.69 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 52 | 59 | - |
| CMYK | 0 | 0.73 | 0.69 | 0.25 |
| HSL | 356.98º | 0.57% | 0.48% | - |
| HSV(B) | 356.98º | 0.73% | 0.75% | - |
| XYZ | 23.5 | 13.85 | 5.57 | - |
| YUV | 94.36 | 108.05 | 196.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 52 | 59 | 0 | 0.73 | 0.69 | 0.25 | 356.98 | 0.57 | 0.48 |
| Hex | BF | 34 | 3B | 0 | 49 | 45 | 19 | 165 | 39 | 30 |
| Octal | 277 | 64 | 73 | 0 | 111 | 105 | 31 | 545 | 71 | 60 |
| Binary | 10111111 | 110100 | 111011 | 0 | 1001001 | 1000101 | 11001 | 101100101 | 111001 | 110000 |
Color Harmonies of #BF343B
Complementary color
Monochromatic Colors of #BF343B
Black with #BF343B
Text Example
Text Example
White with #BF343B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF343B; }
p { color: rgb(191,52,59); }
H1.HeaderClassName
{
color: #BF343B;
}
.AnyTagClassName
{
color: #BF343B;
}
</style>
background-color css
<style>
a { background-color: #BF343B; }
a { background-color: rgb(191,52,59); }
div.DivClassName
{
background-color: #BF343B;
}
.BgClassName
{
background-color: #BF343B;
}
</style>
border-color css
<style>
span { border-color: #BF343B; }
span { border-color: rgb(191,52,59); }
td.TdClassName
{
border-color: #BF343B;
}
.TagClassName
{
border-color: #BF343B;
}
</style>