Shades of Mahogany #BF2A32
Tints of Mahogany #BF2A32
RGB
CMYK
RGB Variations
Color information
#BF2A32 (or 0xBF2A32) is known color: Mahogany. HEX triplet: BF, 2A and 32. RGB value is (191,42,50). Sum of RGB (Red+Green+Blue) = 191+42+50=283 (37% of max value = 765). Red value is 191 (75% from 255 or 67.49% from 283); Green value is 42 (16.80% from 255 or 14.84% from 283); Blue value is 50 (19.92% from 255 or 17.67% from 283); Max value from RGB is 191 - color contains mainly: red. Hex color #BF2A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF2A32 is #40D5CD. Grayscale: #575757. Windows color (decimal): -4249038 or 3287743. OLE color: 3287743.
HSL color Cylindrical-coordinate representation of color #BF2A32: hue angle of 356.78º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #BF2A32 is Cyan = 0, Magento = 0.78, Yellow = 0.74 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 42 | 50 | - |
| CMYK | 0 | 0.78 | 0.74 | 0.25 |
| HSL | 356.78º | 0.64% | 0.46% | - |
| HSV(B) | 356.78º | 0.78% | 0.75% | - |
| XYZ | 22.89 | 12.96 | 4.31 | - |
| YUV | 87.46 | 106.86 | 201.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 42 | 50 | 0 | 0.78 | 0.74 | 0.25 | 356.78 | 0.64 | 0.46 |
| Hex | BF | 2A | 32 | 0 | 4E | 4A | 19 | 165 | 40 | 2E |
| Octal | 277 | 52 | 62 | 0 | 116 | 112 | 31 | 545 | 100 | 56 |
| Binary | 10111111 | 101010 | 110010 | 0 | 1001110 | 1001010 | 11001 | 101100101 | 1000000 | 101110 |
Color Harmonies of #BF2A32
Complementary color
Monochromatic Colors of #BF2A32
Black with #BF2A32
Text Example
Text Example
White with #BF2A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF2A32; }
p { color: rgb(191,42,50); }
H1.HeaderClassName
{
color: #BF2A32;
}
.AnyTagClassName
{
color: #BF2A32;
}
</style>
background-color css
<style>
a { background-color: #BF2A32; }
a { background-color: rgb(191,42,50); }
div.DivClassName
{
background-color: #BF2A32;
}
.BgClassName
{
background-color: #BF2A32;
}
</style>
border-color css
<style>
span { border-color: #BF2A32; }
span { border-color: rgb(191,42,50); }
td.TdClassName
{
border-color: #BF2A32;
}
.TagClassName
{
border-color: #BF2A32;
}
</style>