Shades of Mahogany #BF2F30
Tints of Mahogany #BF2F30
RGB
CMYK
RGB Variations
Color information
#BF2F30 (or 0xBF2F30) is known color: Mahogany. HEX triplet: BF, 2F and 30. RGB value is (191,47,48). Sum of RGB (Red+Green+Blue) = 191+47+48=286 (37% of max value = 765). Red value is 191 (75% from 255 or 66.78% from 286); Green value is 47 (18.75% from 255 or 16.43% from 286); Blue value is 48 (19.14% from 255 or 16.78% from 286); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2F30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2F30 is #40D0CF. Grayscale: #5A5A5A. Windows color (decimal): -4247760 or 3157951. OLE color: 3157951.
HSL color Cylindrical-coordinate representation of color #BF2F30: hue angle of 359.58º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BF2F30 is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 47 | 48 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.25 |
| HSL | 359.58º | 0.61% | 0.47% | - |
| HSV(B) | 359.58º | 0.75% | 0.75% | - |
| XYZ | 23.04 | 13.32 | 4.15 | - |
| YUV | 90.17 | 104.21 | 199.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 47 | 48 | 0 | 0.75 | 0.75 | 0.25 | 359.58 | 0.61 | 0.47 |
| Hex | BF | 2F | 30 | 0 | 4B | 4B | 19 | 168 | 3D | 2F |
| Octal | 277 | 57 | 60 | 0 | 113 | 113 | 31 | 550 | 75 | 57 |
| Binary | 10111111 | 101111 | 110000 | 0 | 1001011 | 1001011 | 11001 | 101101000 | 111101 | 101111 |
Color Harmonies of #BF2F30
Complementary color
Monochromatic Colors of #BF2F30
Black with #BF2F30
Text Example
Text Example
White with #BF2F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2F30; }
p { color: rgb(191,47,48); }
H1.HeaderClassName
{
color: #BF2F30;
}
.AnyTagClassName
{
color: #BF2F30;
}
</style>
background-color css
<style>
a { background-color: #BF2F30; }
a { background-color: rgb(191,47,48); }
div.DivClassName
{
background-color: #BF2F30;
}
.BgClassName
{
background-color: #BF2F30;
}
</style>
border-color css
<style>
span { border-color: #BF2F30; }
span { border-color: rgb(191,47,48); }
td.TdClassName
{
border-color: #BF2F30;
}
.TagClassName
{
border-color: #BF2F30;
}
</style>