Shades of Mahogany #BF363D
Tints of Mahogany #BF363D
RGB
CMYK
RGB Variations
Color information
#BF363D (or 0xBF363D) is known color: Mahogany. HEX triplet: BF, 36 and 3D. RGB value is (191,54,61). Sum of RGB (Red+Green+Blue) = 191+54+61=306 (40% of max value = 765). Red value is 191 (75% from 255 or 62.42% from 306); Green value is 54 (21.48% from 255 or 17.65% from 306); Blue value is 61 (24.22% from 255 or 19.93% from 306); Max value from RGB is 191 - color contains mainly: red. Hex color #BF363D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BF363D is #40C9C2. Grayscale: #5F5F5F. Windows color (decimal): -4245955 or 4011711. OLE color: 4011711.
HSL color Cylindrical-coordinate representation of color #BF363D: hue angle of 356.93º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BF363D is Cyan = 0, Magento = 0.72, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 191 | 54 | 61 | - |
| CMYK | 0 | 0.72 | 0.68 | 0.25 |
| HSL | 356.93º | 0.56% | 0.48% | - |
| HSV(B) | 356.93º | 0.72% | 0.75% | - |
| XYZ | 23.65 | 14.05 | 5.88 | - |
| YUV | 95.76 | 108.39 | 195.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 54 | 61 | 0 | 0.72 | 0.68 | 0.25 | 356.93 | 0.56 | 0.48 |
| Hex | BF | 36 | 3D | 0 | 48 | 44 | 19 | 165 | 38 | 30 |
| Octal | 277 | 66 | 75 | 0 | 110 | 104 | 31 | 545 | 70 | 60 |
| Binary | 10111111 | 110110 | 111101 | 0 | 1001000 | 1000100 | 11001 | 101100101 | 111000 | 110000 |
Color Harmonies of #BF363D
Complementary color
Monochromatic Colors of #BF363D
Black with #BF363D
Text Example
Text Example
White with #BF363D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BF363D; }
p { color: rgb(191,54,61); }
H1.HeaderClassName
{
color: #BF363D;
}
.AnyTagClassName
{
color: #BF363D;
}
</style>
background-color css
<style>
a { background-color: #BF363D; }
a { background-color: rgb(191,54,61); }
div.DivClassName
{
background-color: #BF363D;
}
.BgClassName
{
background-color: #BF363D;
}
</style>
border-color css
<style>
span { border-color: #BF363D; }
span { border-color: rgb(191,54,61); }
td.TdClassName
{
border-color: #BF363D;
}
.TagClassName
{
border-color: #BF363D;
}
</style>