Shades of Mahogany #BF282B
Tints of Mahogany #BF282B
RGB
CMYK
RGB Variations
Color information
#BF282B (or 0xBF282B) is known color: Mahogany. HEX triplet: BF, 28 and 2B. RGB value is (191,40,43). Sum of RGB (Red+Green+Blue) = 191+40+43=274 (36% of max value = 765). Red value is 191 (75% from 255 or 69.71% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 43 (17.19% from 255 or 15.69% from 274); Max value from RGB is 191 - color contains mainly: red. Hex color #BF282B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF282B is #40D7D4. Grayscale: #555555. Windows color (decimal): -4249557 or 2828479. OLE color: 2828479.
HSL color Cylindrical-coordinate representation of color #BF282B: hue angle of 358.81º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BF282B is Cyan = 0, Magento = 0.79, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 40 | 43 | - |
| CMYK | 0 | 0.79 | 0.77 | 0.25 |
| HSL | 358.81º | 0.65% | 0.45% | - |
| HSV(B) | 358.81º | 0.79% | 0.75% | - |
| XYZ | 22.68 | 12.77 | 3.55 | - |
| YUV | 85.49 | 104.03 | 203.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 40 | 43 | 0 | 0.79 | 0.77 | 0.25 | 358.81 | 0.65 | 0.45 |
| Hex | BF | 28 | 2B | 0 | 4F | 4D | 19 | 167 | 41 | 2D |
| Octal | 277 | 50 | 53 | 0 | 117 | 115 | 31 | 547 | 101 | 55 |
| Binary | 10111111 | 101000 | 101011 | 0 | 1001111 | 1001101 | 11001 | 101100111 | 1000001 | 101101 |
Color Harmonies of #BF282B
Complementary color
Monochromatic Colors of #BF282B
Black with #BF282B
Text Example
Text Example
White with #BF282B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF282B; }
p { color: rgb(191,40,43); }
H1.HeaderClassName
{
color: #BF282B;
}
.AnyTagClassName
{
color: #BF282B;
}
</style>
background-color css
<style>
a { background-color: #BF282B; }
a { background-color: rgb(191,40,43); }
div.DivClassName
{
background-color: #BF282B;
}
.BgClassName
{
background-color: #BF282B;
}
</style>
border-color css
<style>
span { border-color: #BF282B; }
span { border-color: rgb(191,40,43); }
td.TdClassName
{
border-color: #BF282B;
}
.TagClassName
{
border-color: #BF282B;
}
</style>