Shades of Mahogany #B52D2E
Tints of Mahogany #B52D2E
RGB
CMYK
RGB Variations
Color information
#B52D2E (or 0xB52D2E) is known color: Mahogany. HEX triplet: B5, 2D and 2E. RGB value is (181,45,46). Sum of RGB (Red+Green+Blue) = 181+45+46=272 (36% of max value = 765). Red value is 181 (71.09% from 255 or 66.54% from 272); Green value is 45 (17.97% from 255 or 16.54% from 272); Blue value is 46 (18.36% from 255 or 16.91% from 272); Max value from RGB is 181 - color contains mainly: red. Hex color #B52D2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52D2E is #4AD2D1. Grayscale: #555555. Windows color (decimal): -4903634 or 3026357. OLE color: 3026357.
HSL color Cylindrical-coordinate representation of color #B52D2E: hue angle of 359.56º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B52D2E is Cyan = 0, Magento = 0.75, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 45 | 46 | - |
| CMYK | 0 | 0.75 | 0.75 | 0.29 |
| HSL | 359.56º | 0.6% | 0.44% | - |
| HSV(B) | 359.56º | 0.75% | 0.71% | - |
| XYZ | 20.49 | 11.9 | 3.8 | - |
| YUV | 85.78 | 105.56 | 195.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 45 | 46 | 0 | 0.75 | 0.75 | 0.29 | 359.56 | 0.6 | 0.44 |
| Hex | B5 | 2D | 2E | 0 | 4B | 4B | 1D | 168 | 3C | 2C |
| Octal | 265 | 55 | 56 | 0 | 113 | 113 | 35 | 550 | 74 | 54 |
| Binary | 10110101 | 101101 | 101110 | 0 | 1001011 | 1001011 | 11101 | 101101000 | 111100 | 101100 |
Color Harmonies of #B52D2E
Complementary color
Monochromatic Colors of #B52D2E
Black with #B52D2E
Text Example
Text Example
White with #B52D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52D2E; }
p { color: rgb(181,45,46); }
H1.HeaderClassName
{
color: #B52D2E;
}
.AnyTagClassName
{
color: #B52D2E;
}
</style>
background-color css
<style>
a { background-color: #B52D2E; }
a { background-color: rgb(181,45,46); }
div.DivClassName
{
background-color: #B52D2E;
}
.BgClassName
{
background-color: #B52D2E;
}
</style>
border-color css
<style>
span { border-color: #B52D2E; }
span { border-color: rgb(181,45,46); }
td.TdClassName
{
border-color: #B52D2E;
}
.TagClassName
{
border-color: #B52D2E;
}
</style>