Shades of Mahogany #BE2829
Tints of Mahogany #BE2829
RGB
CMYK
RGB Variations
Color information
#BE2829 (or 0xBE2829) is known color: Mahogany. HEX triplet: BE, 28 and 29. RGB value is (190,40,41). Sum of RGB (Red+Green+Blue) = 190+40+41=271 (35% of max value = 765). Red value is 190 (74.61% from 255 or 70.11% from 271); Green value is 40 (16.02% from 255 or 14.76% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2829 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2829 is #41D7D6. Grayscale: #555555. Windows color (decimal): -4315095 or 2697406. OLE color: 2697406.
HSL color Cylindrical-coordinate representation of color #BE2829: hue angle of 359.6º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BE2829 is Cyan = 0, Magento = 0.79, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 40 | 41 | - |
| CMYK | 0 | 0.79 | 0.78 | 0.25 |
| HSL | 359.6º | 0.65% | 0.45% | - |
| HSV(B) | 359.6º | 0.79% | 0.75% | - |
| XYZ | 22.39 | 12.62 | 3.35 | - |
| YUV | 84.96 | 103.2 | 202.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 40 | 41 | 0 | 0.79 | 0.78 | 0.25 | 359.6 | 0.65 | 0.45 |
| Hex | BE | 28 | 29 | 0 | 4F | 4E | 19 | 168 | 41 | 2D |
| Octal | 276 | 50 | 51 | 0 | 117 | 116 | 31 | 550 | 101 | 55 |
| Binary | 10111110 | 101000 | 101001 | 0 | 1001111 | 1001110 | 11001 | 101101000 | 1000001 | 101101 |
Color Harmonies of #BE2829
Complementary color
Monochromatic Colors of #BE2829
Black with #BE2829
Text Example
Text Example
White with #BE2829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE2829; }
p { color: rgb(190,40,41); }
H1.HeaderClassName
{
color: #BE2829;
}
.AnyTagClassName
{
color: #BE2829;
}
</style>
background-color css
<style>
a { background-color: #BE2829; }
a { background-color: rgb(190,40,41); }
div.DivClassName
{
background-color: #BE2829;
}
.BgClassName
{
background-color: #BE2829;
}
</style>
border-color css
<style>
span { border-color: #BE2829; }
span { border-color: rgb(190,40,41); }
td.TdClassName
{
border-color: #BE2829;
}
.TagClassName
{
border-color: #BE2829;
}
</style>