Shades of Mahogany #B82F31
Tints of Mahogany #B82F31
RGB
CMYK
RGB Variations
Color information
#B82F31 (or 0xB82F31) is known color: Mahogany. HEX triplet: B8, 2F and 31. RGB value is (184,47,49). Sum of RGB (Red+Green+Blue) = 184+47+49=280 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.71% from 280); Green value is 47 (18.75% from 255 or 16.79% from 280); Blue value is 49 (19.53% from 255 or 17.5% from 280); Max value from RGB is 184 - color contains mainly: red. Hex color #B82F31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82F31 is #47D0CE. Grayscale: #585858. Windows color (decimal): -4706511 or 3223480. OLE color: 3223480.
HSL color Cylindrical-coordinate representation of color #B82F31: hue angle of 359.12º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B82F31 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 47 | 49 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.28 |
| HSL | 359.12º | 0.59% | 0.45% | - |
| HSV(B) | 359.12º | 0.74% | 0.72% | - |
| XYZ | 21.34 | 12.45 | 4.18 | - |
| YUV | 88.19 | 105.89 | 196.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 47 | 49 | 0 | 0.74 | 0.73 | 0.28 | 359.12 | 0.59 | 0.45 |
| Hex | B8 | 2F | 31 | 0 | 4A | 49 | 1C | 167 | 3B | 2D |
| Octal | 270 | 57 | 61 | 0 | 112 | 111 | 34 | 547 | 73 | 55 |
| Binary | 10111000 | 101111 | 110001 | 0 | 1001010 | 1001001 | 11100 | 101100111 | 111011 | 101101 |
Color Harmonies of #B82F31
Complementary color
Monochromatic Colors of #B82F31
Black with #B82F31
Text Example
Text Example
White with #B82F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82F31; }
p { color: rgb(184,47,49); }
H1.HeaderClassName
{
color: #B82F31;
}
.AnyTagClassName
{
color: #B82F31;
}
</style>
background-color css
<style>
a { background-color: #B82F31; }
a { background-color: rgb(184,47,49); }
div.DivClassName
{
background-color: #B82F31;
}
.BgClassName
{
background-color: #B82F31;
}
</style>
border-color css
<style>
span { border-color: #B82F31; }
span { border-color: rgb(184,47,49); }
td.TdClassName
{
border-color: #B82F31;
}
.TagClassName
{
border-color: #B82F31;
}
</style>