Shades of Mahogany #BF272D
Tints of Mahogany #BF272D
RGB
CMYK
RGB Variations
Color information
#BF272D (or 0xBF272D) is known color: Mahogany. HEX triplet: BF, 27 and 2D. RGB value is (191,39,45). Sum of RGB (Red+Green+Blue) = 191+39+45=275 (36% of max value = 765). Red value is 191 (75% from 255 or 69.45% from 275); Green value is 39 (15.62% from 255 or 14.18% from 275); Blue value is 45 (17.97% from 255 or 16.36% from 275); Max value from RGB is 191 - color contains mainly: red. Hex color #BF272D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF272D is #40D8D2. Grayscale: #555555. Windows color (decimal): -4249811 or 2959295. OLE color: 2959295.
HSL color Cylindrical-coordinate representation of color #BF272D: hue angle of 357.63º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #BF272D is Cyan = 0, Magento = 0.80, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 39 | 45 | - |
| CMYK | 0 | 0.80 | 0.76 | 0.25 |
| HSL | 357.63º | 0.66% | 0.45% | - |
| HSV(B) | 357.63º | 0.8% | 0.75% | - |
| XYZ | 22.69 | 12.72 | 3.74 | - |
| YUV | 85.13 | 105.36 | 203.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 39 | 45 | 0 | 0.80 | 0.76 | 0.25 | 357.63 | 0.66 | 0.45 |
| Hex | BF | 27 | 2D | 0 | 50 | 4C | 19 | 166 | 42 | 2D |
| Octal | 277 | 47 | 55 | 0 | 120 | 114 | 31 | 546 | 102 | 55 |
| Binary | 10111111 | 100111 | 101101 | 0 | 1010000 | 1001100 | 11001 | 101100110 | 1000010 | 101101 |
Color Harmonies of #BF272D
Complementary color
Monochromatic Colors of #BF272D
Black with #BF272D
Text Example
Text Example
White with #BF272D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF272D; }
p { color: rgb(191,39,45); }
H1.HeaderClassName
{
color: #BF272D;
}
.AnyTagClassName
{
color: #BF272D;
}
</style>
background-color css
<style>
a { background-color: #BF272D; }
a { background-color: rgb(191,39,45); }
div.DivClassName
{
background-color: #BF272D;
}
.BgClassName
{
background-color: #BF272D;
}
</style>
border-color css
<style>
span { border-color: #BF272D; }
span { border-color: rgb(191,39,45); }
td.TdClassName
{
border-color: #BF272D;
}
.TagClassName
{
border-color: #BF272D;
}
</style>