Shades of Mahogany #B52B2D
Tints of Mahogany #B52B2D
RGB
CMYK
RGB Variations
Color information
#B52B2D (or 0xB52B2D) is known color: Mahogany. HEX triplet: B5, 2B and 2D. RGB value is (181,43,45). Sum of RGB (Red+Green+Blue) = 181+43+45=269 (35% of max value = 765). Red value is 181 (71.09% from 255 or 67.29% from 269); Green value is 43 (17.19% from 255 or 15.99% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 181 - color contains mainly: red. Hex color #B52B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B52B2D is #4AD4D2. Grayscale: #545454. Windows color (decimal): -4904147 or 2960309. OLE color: 2960309.
HSL color Cylindrical-coordinate representation of color #B52B2D: hue angle of 359.13º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #B52B2D is Cyan = 0, Magento = 0.76, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 43 | 45 | - |
| CMYK | 0 | 0.76 | 0.75 | 0.29 |
| HSL | 359.13º | 0.62% | 0.44% | - |
| HSV(B) | 359.13º | 0.76% | 0.71% | - |
| XYZ | 20.39 | 11.74 | 3.67 | - |
| YUV | 84.49 | 105.72 | 196.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 43 | 45 | 0 | 0.76 | 0.75 | 0.29 | 359.13 | 0.62 | 0.44 |
| Hex | B5 | 2B | 2D | 0 | 4C | 4B | 1D | 167 | 3E | 2C |
| Octal | 265 | 53 | 55 | 0 | 114 | 113 | 35 | 547 | 76 | 54 |
| Binary | 10110101 | 101011 | 101101 | 0 | 1001100 | 1001011 | 11101 | 101100111 | 111110 | 101100 |
Color Harmonies of #B52B2D
Complementary color
Monochromatic Colors of #B52B2D
Black with #B52B2D
Text Example
Text Example
White with #B52B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B52B2D; }
p { color: rgb(181,43,45); }
H1.HeaderClassName
{
color: #B52B2D;
}
.AnyTagClassName
{
color: #B52B2D;
}
</style>
background-color css
<style>
a { background-color: #B52B2D; }
a { background-color: rgb(181,43,45); }
div.DivClassName
{
background-color: #B52B2D;
}
.BgClassName
{
background-color: #B52B2D;
}
</style>
border-color css
<style>
span { border-color: #B52B2D; }
span { border-color: rgb(181,43,45); }
td.TdClassName
{
border-color: #B52B2D;
}
.TagClassName
{
border-color: #B52B2D;
}
</style>