Shades of Mahogany #B32D2F
Tints of Mahogany #B32D2F
RGB
CMYK
RGB Variations
Color information
#B32D2F (or 0xB32D2F) is known color: Mahogany. HEX triplet: B3, 2D and 2F. RGB value is (179,45,47). Sum of RGB (Red+Green+Blue) = 179+45+47=271 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.05% from 271); Green value is 45 (17.97% from 255 or 16.61% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 179 - color contains mainly: red. Hex color #B32D2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32D2F is #4CD2D0. Grayscale: #555555. Windows color (decimal): -5034705 or 3091891. OLE color: 3091891.
HSL color Cylindrical-coordinate representation of color #B32D2F: hue angle of 359.1º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B32D2F is Cyan = 0, Magento = 0.75, Yellow = 0.74 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 45 | 47 | - |
| CMYK | 0 | 0.75 | 0.74 | 0.30 |
| HSL | 359.1º | 0.6% | 0.44% | - |
| HSV(B) | 359.1º | 0.75% | 0.7% | - |
| XYZ | 20.04 | 11.67 | 3.88 | - |
| YUV | 85.29 | 106.39 | 194.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 45 | 47 | 0 | 0.75 | 0.74 | 0.30 | 359.1 | 0.6 | 0.44 |
| Hex | B3 | 2D | 2F | 0 | 4B | 4A | 1E | 167 | 3C | 2C |
| Octal | 263 | 55 | 57 | 0 | 113 | 112 | 36 | 547 | 74 | 54 |
| Binary | 10110011 | 101101 | 101111 | 0 | 1001011 | 1001010 | 11110 | 101100111 | 111100 | 101100 |
Color Harmonies of #B32D2F
Complementary color
Monochromatic Colors of #B32D2F
Black with #B32D2F
Text Example
Text Example
White with #B32D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32D2F; }
p { color: rgb(179,45,47); }
H1.HeaderClassName
{
color: #B32D2F;
}
.AnyTagClassName
{
color: #B32D2F;
}
</style>
background-color css
<style>
a { background-color: #B32D2F; }
a { background-color: rgb(179,45,47); }
div.DivClassName
{
background-color: #B32D2F;
}
.BgClassName
{
background-color: #B32D2F;
}
</style>
border-color css
<style>
span { border-color: #B32D2F; }
span { border-color: rgb(179,45,47); }
td.TdClassName
{
border-color: #B32D2F;
}
.TagClassName
{
border-color: #B32D2F;
}
</style>