Shades of Mahogany #BF4243
Tints of Mahogany #BF4243
RGB
CMYK
RGB Variations
Color information
#BF4243 (or 0xBF4243) is known color: Mahogany. HEX triplet: BF, 42 and 43. RGB value is (191,66,67). Sum of RGB (Red+Green+Blue) = 191+66+67=324 (42% of max value = 765). Red value is 191 (75% from 255 or 58.95% from 324); Green value is 66 (26.17% from 255 or 20.37% from 324); Blue value is 67 (26.56% from 255 or 20.68% from 324); Max value from RGB is 191 - color contains mainly: red. Hex color #BF4243 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF4243 is #40BDBC. Grayscale: #676767. Windows color (decimal): -4242877 or 4407999. OLE color: 4407999.
HSL color Cylindrical-coordinate representation of color #BF4243: hue angle of 359.52º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BF4243 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 66 | 67 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.25 |
| HSL | 359.52º | 0.49% | 0.5% | - |
| HSV(B) | 359.52º | 0.65% | 0.75% | - |
| XYZ | 24.45 | 15.38 | 6.99 | - |
| YUV | 103.49 | 107.41 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 66 | 67 | 0 | 0.65 | 0.65 | 0.25 | 359.52 | 0.49 | 0.5 |
| Hex | BF | 42 | 43 | 0 | 41 | 41 | 19 | 168 | 31 | 32 |
| Octal | 277 | 102 | 103 | 0 | 101 | 101 | 31 | 550 | 61 | 62 |
| Binary | 10111111 | 1000010 | 1000011 | 0 | 1000001 | 1000001 | 11001 | 101101000 | 110001 | 110010 |
Color Harmonies of #BF4243
Complementary color
Monochromatic Colors of #BF4243
Black with #BF4243
Text Example
Text Example
White with #BF4243
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF4243; }
p { color: rgb(191,66,67); }
H1.HeaderClassName
{
color: #BF4243;
}
.AnyTagClassName
{
color: #BF4243;
}
</style>
background-color css
<style>
a { background-color: #BF4243; }
a { background-color: rgb(191,66,67); }
div.DivClassName
{
background-color: #BF4243;
}
.BgClassName
{
background-color: #BF4243;
}
</style>
border-color css
<style>
span { border-color: #BF4243; }
span { border-color: rgb(191,66,67); }
td.TdClassName
{
border-color: #BF4243;
}
.TagClassName
{
border-color: #BF4243;
}
</style>