Shades of Mahogany #BF3334
Tints of Mahogany #BF3334
RGB
CMYK
RGB Variations
Color information
#BF3334 (or 0xBF3334) is known color: Mahogany. HEX triplet: BF, 33 and 34. RGB value is (191,51,52). Sum of RGB (Red+Green+Blue) = 191+51+52=294 (38% of max value = 765). Red value is 191 (75% from 255 or 64.97% from 294); Green value is 51 (20.31% from 255 or 17.35% from 294); Blue value is 52 (20.70% from 255 or 17.69% from 294); Max value from RGB is 191 - color contains mainly: red. Hex color #BF3334 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF3334 is #40CCCB. Grayscale: #5D5D5D. Windows color (decimal): -4246732 or 3421119. OLE color: 3421119.
HSL color Cylindrical-coordinate representation of color #BF3334: hue angle of 359.57º degrees, saturation: 0.58, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #BF3334 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 51 | 52 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.25 |
| HSL | 359.57º | 0.58% | 0.47% | - |
| HSV(B) | 359.57º | 0.73% | 0.75% | - |
| XYZ | 23.29 | 13.69 | 4.66 | - |
| YUV | 92.97 | 104.88 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 51 | 52 | 0 | 0.73 | 0.73 | 0.25 | 359.57 | 0.58 | 0.47 |
| Hex | BF | 33 | 34 | 0 | 49 | 49 | 19 | 168 | 3A | 2F |
| Octal | 277 | 63 | 64 | 0 | 111 | 111 | 31 | 550 | 72 | 57 |
| Binary | 10111111 | 110011 | 110100 | 0 | 1001001 | 1001001 | 11001 | 101101000 | 111010 | 101111 |
Color Harmonies of #BF3334
Complementary color
Monochromatic Colors of #BF3334
Black with #BF3334
Text Example
Text Example
White with #BF3334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF3334; }
p { color: rgb(191,51,52); }
H1.HeaderClassName
{
color: #BF3334;
}
.AnyTagClassName
{
color: #BF3334;
}
</style>
background-color css
<style>
a { background-color: #BF3334; }
a { background-color: rgb(191,51,52); }
div.DivClassName
{
background-color: #BF3334;
}
.BgClassName
{
background-color: #BF3334;
}
</style>
border-color css
<style>
span { border-color: #BF3334; }
span { border-color: rgb(191,51,52); }
td.TdClassName
{
border-color: #BF3334;
}
.TagClassName
{
border-color: #BF3334;
}
</style>