Shades of Mahogany #B72E31
Tints of Mahogany #B72E31
RGB
CMYK
RGB Variations
Color information
#B72E31 (or 0xB72E31) is known color: Mahogany. HEX triplet: B7, 2E and 31. RGB value is (183,46,49). Sum of RGB (Red+Green+Blue) = 183+46+49=278 (36% of max value = 765). Red value is 183 (71.88% from 255 or 65.83% from 278); Green value is 46 (18.36% from 255 or 16.55% from 278); Blue value is 49 (19.53% from 255 or 17.63% from 278); Max value from RGB is 183 - color contains mainly: red. Hex color #B72E31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B72E31 is #48D1CE. Grayscale: #575757. Windows color (decimal): -4772303 or 3223223. OLE color: 3223223.
HSL color Cylindrical-coordinate representation of color #B72E31: hue angle of 358.69º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B72E31 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 46 | 49 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.28 |
| HSL | 358.69º | 0.6% | 0.45% | - |
| HSV(B) | 358.69º | 0.75% | 0.72% | - |
| XYZ | 21.06 | 12.24 | 4.16 | - |
| YUV | 87.31 | 106.39 | 196.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 46 | 49 | 0 | 0.75 | 0.73 | 0.28 | 358.69 | 0.6 | 0.45 |
| Hex | B7 | 2E | 31 | 0 | 4B | 49 | 1C | 167 | 3C | 2D |
| Octal | 267 | 56 | 61 | 0 | 113 | 111 | 34 | 547 | 74 | 55 |
| Binary | 10110111 | 101110 | 110001 | 0 | 1001011 | 1001001 | 11100 | 101100111 | 111100 | 101101 |
Color Harmonies of #B72E31
Complementary color
Monochromatic Colors of #B72E31
Black with #B72E31
Text Example
Text Example
White with #B72E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B72E31; }
p { color: rgb(183,46,49); }
H1.HeaderClassName
{
color: #B72E31;
}
.AnyTagClassName
{
color: #B72E31;
}
</style>
background-color css
<style>
a { background-color: #B72E31; }
a { background-color: rgb(183,46,49); }
div.DivClassName
{
background-color: #B72E31;
}
.BgClassName
{
background-color: #B72E31;
}
</style>
border-color css
<style>
span { border-color: #B72E31; }
span { border-color: rgb(183,46,49); }
td.TdClassName
{
border-color: #B72E31;
}
.TagClassName
{
border-color: #B72E31;
}
</style>