Shades of Mahogany #BF3C3E
Tints of Mahogany #BF3C3E
RGB
CMYK
RGB Variations
Color information
#BF3C3E (or 0xBF3C3E) is known color: Mahogany. HEX triplet: BF, 3C and 3E. RGB value is (191,60,62). Sum of RGB (Red+Green+Blue) = 191+60+62=313 (41% of max value = 765). Red value is 191 (75% from 255 or 61.02% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 62 (24.61% from 255 or 19.81% from 313); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3C3E is #40C3C1. Grayscale: #636363. Windows color (decimal): -4244418 or 4078783. OLE color: 4078783.
HSL color Cylindrical-coordinate representation of color #BF3C3E: hue angle of 359.08º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #BF3C3E is Cyan = 0, Magento = 0.69, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 60 | 62 | - |
| CMYK | 0 | 0.69 | 0.68 | 0.25 |
| HSL | 359.08º | 0.52% | 0.49% | - |
| HSV(B) | 359.08º | 0.69% | 0.75% | - |
| XYZ | 23.97 | 14.66 | 6.12 | - |
| YUV | 99.4 | 106.9 | 193.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 60 | 62 | 0 | 0.69 | 0.68 | 0.25 | 359.08 | 0.52 | 0.49 |
| Hex | BF | 3C | 3E | 0 | 45 | 44 | 19 | 167 | 34 | 31 |
| Octal | 277 | 74 | 76 | 0 | 105 | 104 | 31 | 547 | 64 | 61 |
| Binary | 10111111 | 111100 | 111110 | 0 | 1000101 | 1000100 | 11001 | 101100111 | 110100 | 110001 |
Color Harmonies of #BF3C3E
Complementary color
Monochromatic Colors of #BF3C3E
Black with #BF3C3E
Text Example
Text Example
White with #BF3C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3C3E; }
p { color: rgb(191,60,62); }
H1.HeaderClassName
{
color: #BF3C3E;
}
.AnyTagClassName
{
color: #BF3C3E;
}
</style>
background-color css
<style>
a { background-color: #BF3C3E; }
a { background-color: rgb(191,60,62); }
div.DivClassName
{
background-color: #BF3C3E;
}
.BgClassName
{
background-color: #BF3C3E;
}
</style>
border-color css
<style>
span { border-color: #BF3C3E; }
span { border-color: rgb(191,60,62); }
td.TdClassName
{
border-color: #BF3C3E;
}
.TagClassName
{
border-color: #BF3C3E;
}
</style>