Shades of Mahogany #B82D30
Tints of Mahogany #B82D30
RGB
CMYK
RGB Variations
Color information
#B82D30 (or 0xB82D30) is known color: Mahogany. HEX triplet: B8, 2D and 30. RGB value is (184,45,48). Sum of RGB (Red+Green+Blue) = 184+45+48=277 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.43% from 277); Green value is 45 (17.97% from 255 or 16.25% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 184 - color contains mainly: red. Hex color #B82D30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B82D30 is #47D2CF. Grayscale: #575757. Windows color (decimal): -4707024 or 3157432. OLE color: 3157432.
HSL color Cylindrical-coordinate representation of color #B82D30: hue angle of 358.71º 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 #B82D30 is Cyan = 0, Magento = 0.76, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 45 | 48 | - |
| CMYK | 0 | 0.76 | 0.74 | 0.28 |
| HSL | 358.71º | 0.61% | 0.45% | - |
| HSV(B) | 358.71º | 0.76% | 0.72% | - |
| XYZ | 21.24 | 12.28 | 4.05 | - |
| YUV | 86.9 | 106.05 | 197.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 45 | 48 | 0 | 0.76 | 0.74 | 0.28 | 358.71 | 0.61 | 0.45 |
| Hex | B8 | 2D | 30 | 0 | 4C | 4A | 1C | 167 | 3D | 2D |
| Octal | 270 | 55 | 60 | 0 | 114 | 112 | 34 | 547 | 75 | 55 |
| Binary | 10111000 | 101101 | 110000 | 0 | 1001100 | 1001010 | 11100 | 101100111 | 111101 | 101101 |
Color Harmonies of #B82D30
Complementary color
Monochromatic Colors of #B82D30
Black with #B82D30
Text Example
Text Example
White with #B82D30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B82D30; }
p { color: rgb(184,45,48); }
H1.HeaderClassName
{
color: #B82D30;
}
.AnyTagClassName
{
color: #B82D30;
}
</style>
background-color css
<style>
a { background-color: #B82D30; }
a { background-color: rgb(184,45,48); }
div.DivClassName
{
background-color: #B82D30;
}
.BgClassName
{
background-color: #B82D30;
}
</style>
border-color css
<style>
span { border-color: #B82D30; }
span { border-color: rgb(184,45,48); }
td.TdClassName
{
border-color: #B82D30;
}
.TagClassName
{
border-color: #B82D30;
}
</style>