Shades of Mahogany #B82A2D
Tints of Mahogany #B82A2D
RGB
CMYK
RGB Variations
Color information
#B82A2D (or 0xB82A2D) is known color: Mahogany. HEX triplet: B8, 2A and 2D. RGB value is (184,42,45). Sum of RGB (Red+Green+Blue) = 184+42+45=271 (35% of max value = 765). Red value is 184 (72.27% from 255 or 67.90% from 271); Green value is 42 (16.80% from 255 or 15.50% from 271); Blue value is 45 (17.97% from 255 or 16.61% from 271); Max value from RGB is 184 - color contains mainly: red. Hex color #B82A2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82A2D is #47D5D2. Grayscale: #545454. Windows color (decimal): -4707795 or 2960056. OLE color: 2960056.
HSL color Cylindrical-coordinate representation of color #B82A2D: hue angle of 358.73º degrees, saturation: 0.63, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B82A2D is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 42 | 45 | - |
| CMYK | 0 | 0.77 | 0.76 | 0.28 |
| HSL | 358.73º | 0.63% | 0.44% | - |
| HSV(B) | 358.73º | 0.77% | 0.72% | - |
| XYZ | 21.07 | 12.04 | 3.7 | - |
| YUV | 84.8 | 105.54 | 198.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 42 | 45 | 0 | 0.77 | 0.76 | 0.28 | 358.73 | 0.63 | 0.44 |
| Hex | B8 | 2A | 2D | 0 | 4D | 4C | 1C | 167 | 3F | 2C |
| Octal | 270 | 52 | 55 | 0 | 115 | 114 | 34 | 547 | 77 | 54 |
| Binary | 10111000 | 101010 | 101101 | 0 | 1001101 | 1001100 | 11100 | 101100111 | 111111 | 101100 |
Color Harmonies of #B82A2D
Complementary color
Monochromatic Colors of #B82A2D
Black with #B82A2D
Text Example
Text Example
White with #B82A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82A2D; }
p { color: rgb(184,42,45); }
H1.HeaderClassName
{
color: #B82A2D;
}
.AnyTagClassName
{
color: #B82A2D;
}
</style>
background-color css
<style>
a { background-color: #B82A2D; }
a { background-color: rgb(184,42,45); }
div.DivClassName
{
background-color: #B82A2D;
}
.BgClassName
{
background-color: #B82A2D;
}
</style>
border-color css
<style>
span { border-color: #B82A2D; }
span { border-color: rgb(184,42,45); }
td.TdClassName
{
border-color: #B82A2D;
}
.TagClassName
{
border-color: #B82A2D;
}
</style>