Shades of Mahogany #BF4445
Tints of Mahogany #BF4445
RGB
CMYK
RGB Variations
Color information
#BF4445 (or 0xBF4445) is known color: Mahogany. HEX triplet: BF, 44 and 45. RGB value is (191,68,69). Sum of RGB (Red+Green+Blue) = 191+68+69=328 (43% of max value = 765). Red value is 191 (75% from 255 or 58.23% from 328); Green value is 68 (26.95% from 255 or 20.73% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4445 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4445 is #40BBBA. Grayscale: #696969. Windows color (decimal): -4242363 or 4539583. OLE color: 4539583.
HSL color Cylindrical-coordinate representation of color #BF4445: hue angle of 359.51º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BF4445 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 68 | 69 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.25 |
| HSL | 359.51º | 0.49% | 0.51% | - |
| HSV(B) | 359.51º | 0.64% | 0.75% | - |
| XYZ | 24.63 | 15.64 | 7.35 | - |
| YUV | 104.89 | 107.75 | 189.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 68 | 69 | 0 | 0.64 | 0.64 | 0.25 | 359.51 | 0.49 | 0.51 |
| Hex | BF | 44 | 45 | 0 | 40 | 40 | 19 | 168 | 31 | 33 |
| Octal | 277 | 104 | 105 | 0 | 100 | 100 | 31 | 550 | 61 | 63 |
| Binary | 10111111 | 1000100 | 1000101 | 0 | 1000000 | 1000000 | 11001 | 101101000 | 110001 | 110011 |
Color Harmonies of #BF4445
Complementary color
Monochromatic Colors of #BF4445
Black with #BF4445
Text Example
Text Example
White with #BF4445
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4445; }
p { color: rgb(191,68,69); }
H1.HeaderClassName
{
color: #BF4445;
}
.AnyTagClassName
{
color: #BF4445;
}
</style>
background-color css
<style>
a { background-color: #BF4445; }
a { background-color: rgb(191,68,69); }
div.DivClassName
{
background-color: #BF4445;
}
.BgClassName
{
background-color: #BF4445;
}
</style>
border-color css
<style>
span { border-color: #BF4445; }
span { border-color: rgb(191,68,69); }
td.TdClassName
{
border-color: #BF4445;
}
.TagClassName
{
border-color: #BF4445;
}
</style>