Shades of Mahogany #BF4144
Tints of Mahogany #BF4144
RGB
CMYK
RGB Variations
Color information
#BF4144 (or 0xBF4144) is known color: Mahogany. HEX triplet: BF, 41 and 44. RGB value is (191,65,68). Sum of RGB (Red+Green+Blue) = 191+65+68=324 (42% of max value = 765). Red value is 191 (75% from 255 or 58.95% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4144 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4144 is #40BEBB. Grayscale: #676767. Windows color (decimal): -4243132 or 4473279. OLE color: 4473279.
HSL color Cylindrical-coordinate representation of color #BF4144: hue angle of 358.57º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BF4144 is Cyan = 0, Magento = 0.66, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 65 | 68 | - |
| CMYK | 0 | 0.66 | 0.64 | 0.25 |
| HSL | 358.57º | 0.5% | 0.5% | - |
| HSV(B) | 358.57º | 0.66% | 0.75% | - |
| XYZ | 24.42 | 15.27 | 7.13 | - |
| YUV | 103.02 | 108.24 | 190.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 65 | 68 | 0 | 0.66 | 0.64 | 0.25 | 358.57 | 0.5 | 0.5 |
| Hex | BF | 41 | 44 | 0 | 42 | 40 | 19 | 167 | 32 | 32 |
| Octal | 277 | 101 | 104 | 0 | 102 | 100 | 31 | 547 | 62 | 62 |
| Binary | 10111111 | 1000001 | 1000100 | 0 | 1000010 | 1000000 | 11001 | 101100111 | 110010 | 110010 |
Color Harmonies of #BF4144
Complementary color
Monochromatic Colors of #BF4144
Black with #BF4144
Text Example
Text Example
White with #BF4144
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4144; }
p { color: rgb(191,65,68); }
H1.HeaderClassName
{
color: #BF4144;
}
.AnyTagClassName
{
color: #BF4144;
}
</style>
background-color css
<style>
a { background-color: #BF4144; }
a { background-color: rgb(191,65,68); }
div.DivClassName
{
background-color: #BF4144;
}
.BgClassName
{
background-color: #BF4144;
}
</style>
border-color css
<style>
span { border-color: #BF4144; }
span { border-color: rgb(191,65,68); }
td.TdClassName
{
border-color: #BF4144;
}
.TagClassName
{
border-color: #BF4144;
}
</style>