Shades of Mahogany #BF2D35
Tints of Mahogany #BF2D35
RGB
CMYK
RGB Variations
Color information
#BF2D35 (or 0xBF2D35) is known color: Mahogany. HEX triplet: BF, 2D and 35. RGB value is (191,45,53). Sum of RGB (Red+Green+Blue) = 191+45+53=289 (38% of max value = 765). Red value is 191 (75% from 255 or 66.09% from 289); Green value is 45 (17.97% from 255 or 15.57% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2D35 is #40D2CA. Grayscale: #595959. Windows color (decimal): -4248267 or 3485119. OLE color: 3485119.
HSL color Cylindrical-coordinate representation of color #BF2D35: hue angle of 356.71º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BF2D35 is Cyan = 0, Magento = 0.76, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 45 | 53 | - |
| CMYK | 0 | 0.76 | 0.72 | 0.25 |
| HSL | 356.71º | 0.62% | 0.46% | - |
| HSV(B) | 356.71º | 0.76% | 0.75% | - |
| XYZ | 23.07 | 13.21 | 4.7 | - |
| YUV | 89.57 | 107.37 | 200.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 45 | 53 | 0 | 0.76 | 0.72 | 0.25 | 356.71 | 0.62 | 0.46 |
| Hex | BF | 2D | 35 | 0 | 4C | 48 | 19 | 165 | 3E | 2E |
| Octal | 277 | 55 | 65 | 0 | 114 | 110 | 31 | 545 | 76 | 56 |
| Binary | 10111111 | 101101 | 110101 | 0 | 1001100 | 1001000 | 11001 | 101100101 | 111110 | 101110 |
Color Harmonies of #BF2D35
Complementary color
Monochromatic Colors of #BF2D35
Black with #BF2D35
Text Example
Text Example
White with #BF2D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2D35; }
p { color: rgb(191,45,53); }
H1.HeaderClassName
{
color: #BF2D35;
}
.AnyTagClassName
{
color: #BF2D35;
}
</style>
background-color css
<style>
a { background-color: #BF2D35; }
a { background-color: rgb(191,45,53); }
div.DivClassName
{
background-color: #BF2D35;
}
.BgClassName
{
background-color: #BF2D35;
}
</style>
border-color css
<style>
span { border-color: #BF2D35; }
span { border-color: rgb(191,45,53); }
td.TdClassName
{
border-color: #BF2D35;
}
.TagClassName
{
border-color: #BF2D35;
}
</style>