Shades of Mahogany #BF3E42
Tints of Mahogany #BF3E42
RGB
CMYK
RGB Variations
Color information
#BF3E42 (or 0xBF3E42) is known color: Mahogany. HEX triplet: BF, 3E and 42. RGB value is (191,62,66). Sum of RGB (Red+Green+Blue) = 191+62+66=319 (42% of max value = 765). Red value is 191 (75% from 255 or 59.87% from 319); Green value is 62 (24.61% from 255 or 19.44% from 319); Blue value is 66 (26.17% from 255 or 20.69% from 319); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3E42 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3E42 is #40C1BD. Grayscale: #656565. Windows color (decimal): -4243902 or 4341439. OLE color: 4341439.
HSL color Cylindrical-coordinate representation of color #BF3E42: hue angle of 358.14º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BF3E42 is Cyan = 0, Magento = 0.68, Yellow = 0.65 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 62 | 66 | - |
| CMYK | 0 | 0.68 | 0.65 | 0.25 |
| HSL | 358.14º | 0.51% | 0.5% | - |
| HSV(B) | 358.14º | 0.68% | 0.75% | - |
| XYZ | 24.19 | 14.91 | 6.76 | - |
| YUV | 101.03 | 108.24 | 192.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 62 | 66 | 0 | 0.68 | 0.65 | 0.25 | 358.14 | 0.51 | 0.5 |
| Hex | BF | 3E | 42 | 0 | 44 | 41 | 19 | 166 | 33 | 32 |
| Octal | 277 | 76 | 102 | 0 | 104 | 101 | 31 | 546 | 63 | 62 |
| Binary | 10111111 | 111110 | 1000010 | 0 | 1000100 | 1000001 | 11001 | 101100110 | 110011 | 110010 |
Color Harmonies of #BF3E42
Complementary color
Monochromatic Colors of #BF3E42
Black with #BF3E42
Text Example
Text Example
White with #BF3E42
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3E42; }
p { color: rgb(191,62,66); }
H1.HeaderClassName
{
color: #BF3E42;
}
.AnyTagClassName
{
color: #BF3E42;
}
</style>
background-color css
<style>
a { background-color: #BF3E42; }
a { background-color: rgb(191,62,66); }
div.DivClassName
{
background-color: #BF3E42;
}
.BgClassName
{
background-color: #BF3E42;
}
</style>
border-color css
<style>
span { border-color: #BF3E42; }
span { border-color: rgb(191,62,66); }
td.TdClassName
{
border-color: #BF3E42;
}
.TagClassName
{
border-color: #BF3E42;
}
</style>