Shades of Mahogany #B82D35
Tints of Mahogany #B82D35
RGB
CMYK
RGB Variations
Color information
#B82D35 (or 0xB82D35) is known color: Mahogany. HEX triplet: B8, 2D and 35. RGB value is (184,45,53). Sum of RGB (Red+Green+Blue) = 184+45+53=282 (37% of max value = 765). Red value is 184 (72.27% from 255 or 65.25% from 282); Green value is 45 (17.97% from 255 or 15.96% from 282); Blue value is 53 (21.09% from 255 or 18.79% from 282); Max value from RGB is 184 - color contains mainly: red. Hex color #B82D35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82D35 is #47D2CA. Grayscale: #575757. Windows color (decimal): -4707019 or 3485112. OLE color: 3485112.
HSL color Cylindrical-coordinate representation of color #B82D35: hue angle of 356.55º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B82D35 is Cyan = 0, Magento = 0.76, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 45 | 53 | - |
| CMYK | 0 | 0.76 | 0.71 | 0.28 |
| HSL | 356.55º | 0.61% | 0.45% | - |
| HSV(B) | 356.55º | 0.76% | 0.72% | - |
| XYZ | 21.35 | 12.32 | 4.62 | - |
| YUV | 87.47 | 108.55 | 196.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 53 | 0 | 0.76 | 0.71 | 0.28 | 356.55 | 0.61 | 0.45 |
| Hex | B8 | 2D | 35 | 0 | 4C | 47 | 1C | 165 | 3D | 2D |
| Octal | 270 | 55 | 65 | 0 | 114 | 107 | 34 | 545 | 75 | 55 |
| Binary | 10111000 | 101101 | 110101 | 0 | 1001100 | 1000111 | 11100 | 101100101 | 111101 | 101101 |
Color Harmonies of #B82D35
Complementary color
Monochromatic Colors of #B82D35
Black with #B82D35
Text Example
Text Example
White with #B82D35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82D35; }
p { color: rgb(184,45,53); }
H1.HeaderClassName
{
color: #B82D35;
}
.AnyTagClassName
{
color: #B82D35;
}
</style>
background-color css
<style>
a { background-color: #B82D35; }
a { background-color: rgb(184,45,53); }
div.DivClassName
{
background-color: #B82D35;
}
.BgClassName
{
background-color: #B82D35;
}
</style>
border-color css
<style>
span { border-color: #B82D35; }
span { border-color: rgb(184,45,53); }
td.TdClassName
{
border-color: #B82D35;
}
.TagClassName
{
border-color: #B82D35;
}
</style>