Shades of Mahogany #B43031
Tints of Mahogany #B43031
RGB
CMYK
RGB Variations
Color information
#B43031 (or 0xB43031) is known color: Mahogany. HEX triplet: B4, 30 and 31. RGB value is (180,48,49). Sum of RGB (Red+Green+Blue) = 180+48+49=277 (36% of max value = 765). Red value is 180 (70.70% from 255 or 64.98% from 277); Green value is 48 (19.14% from 255 or 17.33% from 277); Blue value is 49 (19.53% from 255 or 17.69% from 277); Max value from RGB is 180 - color contains mainly: red. Hex color #B43031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43031 is #4BCFCE. Grayscale: #575757. Windows color (decimal): -4968399 or 3223732. OLE color: 3223732.
HSL color Cylindrical-coordinate representation of color #B43031: hue angle of 359.55º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B43031 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 48 | 49 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.29 |
| HSL | 359.55º | 0.58% | 0.45% | - |
| HSV(B) | 359.55º | 0.73% | 0.71% | - |
| XYZ | 20.43 | 12.04 | 4.15 | - |
| YUV | 87.58 | 106.23 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 48 | 49 | 0 | 0.73 | 0.73 | 0.29 | 359.55 | 0.58 | 0.45 |
| Hex | B4 | 30 | 31 | 0 | 49 | 49 | 1D | 168 | 3A | 2D |
| Octal | 264 | 60 | 61 | 0 | 111 | 111 | 35 | 550 | 72 | 55 |
| Binary | 10110100 | 110000 | 110001 | 0 | 1001001 | 1001001 | 11101 | 101101000 | 111010 | 101101 |
Color Harmonies of #B43031
Complementary color
Monochromatic Colors of #B43031
Black with #B43031
Text Example
Text Example
White with #B43031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B43031; }
p { color: rgb(180,48,49); }
H1.HeaderClassName
{
color: #B43031;
}
.AnyTagClassName
{
color: #B43031;
}
</style>
background-color css
<style>
a { background-color: #B43031; }
a { background-color: rgb(180,48,49); }
div.DivClassName
{
background-color: #B43031;
}
.BgClassName
{
background-color: #B43031;
}
</style>
border-color css
<style>
span { border-color: #B43031; }
span { border-color: rgb(180,48,49); }
td.TdClassName
{
border-color: #B43031;
}
.TagClassName
{
border-color: #B43031;
}
</style>