Shades of Mahogany #B53839
Tints of Mahogany #B53839
RGB
CMYK
RGB Variations
Color information
#B53839 (or 0xB53839) is known color: Mahogany. HEX triplet: B5, 38 and 39. RGB value is (181,56,57). Sum of RGB (Red+Green+Blue) = 181+56+57=294 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.56% from 294); Green value is 56 (22.27% from 255 or 19.05% from 294); Blue value is 57 (22.66% from 255 or 19.39% from 294); Max value from RGB is 181 - color contains mainly: red. Hex color #B53839 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B53839 is #4AC7C6. Grayscale: #5D5D5D. Windows color (decimal): -4900807 or 3750069. OLE color: 3750069.
HSL color Cylindrical-coordinate representation of color #B53839: hue angle of 359.52º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B53839 is Cyan = 0, Magento = 0.69, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 56 | 57 | - |
| CMYK | 0 | 0.69 | 0.69 | 0.29 |
| HSL | 359.52º | 0.53% | 0.46% | - |
| HSV(B) | 359.52º | 0.69% | 0.71% | - |
| XYZ | 21.21 | 12.95 | 5.25 | - |
| YUV | 93.49 | 107.41 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 56 | 57 | 0 | 0.69 | 0.69 | 0.29 | 359.52 | 0.53 | 0.46 |
| Hex | B5 | 38 | 39 | 0 | 45 | 45 | 1D | 168 | 35 | 2E |
| Octal | 265 | 70 | 71 | 0 | 105 | 105 | 35 | 550 | 65 | 56 |
| Binary | 10110101 | 111000 | 111001 | 0 | 1000101 | 1000101 | 11101 | 101101000 | 110101 | 101110 |
Color Harmonies of #B53839
Complementary color
Monochromatic Colors of #B53839
Black with #B53839
Text Example
Text Example
White with #B53839
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B53839; }
p { color: rgb(181,56,57); }
H1.HeaderClassName
{
color: #B53839;
}
.AnyTagClassName
{
color: #B53839;
}
</style>
background-color css
<style>
a { background-color: #B53839; }
a { background-color: rgb(181,56,57); }
div.DivClassName
{
background-color: #B53839;
}
.BgClassName
{
background-color: #B53839;
}
</style>
border-color css
<style>
span { border-color: #B53839; }
span { border-color: rgb(181,56,57); }
td.TdClassName
{
border-color: #B53839;
}
.TagClassName
{
border-color: #B53839;
}
</style>