Shades of Mahogany #BF3A3E
Tints of Mahogany #BF3A3E
RGB
CMYK
RGB Variations
Color information
#BF3A3E (or 0xBF3A3E) is known color: Mahogany. HEX triplet: BF, 3A and 3E. RGB value is (191,58,62). Sum of RGB (Red+Green+Blue) = 191+58+62=311 (41% of max value = 765). Red value is 191 (75% from 255 or 61.41% from 311); Green value is 58 (23.05% from 255 or 18.65% from 311); Blue value is 62 (24.61% from 255 or 19.94% from 311); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3A3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3A3E is #40C5C1. Grayscale: #626262. Windows color (decimal): -4244930 or 4078271. OLE color: 4078271.
HSL color Cylindrical-coordinate representation of color #BF3A3E: hue angle of 358.2º degrees, saturation: 0.53, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BF3A3E is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 58 | 62 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.25 |
| HSL | 358.2º | 0.53% | 0.49% | - |
| HSV(B) | 358.2º | 0.7% | 0.75% | - |
| XYZ | 23.87 | 14.45 | 6.09 | - |
| YUV | 98.22 | 107.56 | 194.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 58 | 62 | 0 | 0.70 | 0.68 | 0.25 | 358.2 | 0.53 | 0.49 |
| Hex | BF | 3A | 3E | 0 | 46 | 44 | 19 | 166 | 35 | 31 |
| Octal | 277 | 72 | 76 | 0 | 106 | 104 | 31 | 546 | 65 | 61 |
| Binary | 10111111 | 111010 | 111110 | 0 | 1000110 | 1000100 | 11001 | 101100110 | 110101 | 110001 |
Color Harmonies of #BF3A3E
Complementary color
Monochromatic Colors of #BF3A3E
Black with #BF3A3E
Text Example
Text Example
White with #BF3A3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3A3E; }
p { color: rgb(191,58,62); }
H1.HeaderClassName
{
color: #BF3A3E;
}
.AnyTagClassName
{
color: #BF3A3E;
}
</style>
background-color css
<style>
a { background-color: #BF3A3E; }
a { background-color: rgb(191,58,62); }
div.DivClassName
{
background-color: #BF3A3E;
}
.BgClassName
{
background-color: #BF3A3E;
}
</style>
border-color css
<style>
span { border-color: #BF3A3E; }
span { border-color: rgb(191,58,62); }
td.TdClassName
{
border-color: #BF3A3E;
}
.TagClassName
{
border-color: #BF3A3E;
}
</style>