Shades of Mahogany #B63132
Tints of Mahogany #B63132
RGB
CMYK
RGB Variations
Color information
#B63132 (or 0xB63132) is known color: Mahogany. HEX triplet: B6, 31 and 32. RGB value is (182,49,50). Sum of RGB (Red+Green+Blue) = 182+49+50=281 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.77% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 50 (19.92% from 255 or 17.79% from 281); Max value from RGB is 182 - color contains mainly: red. Hex color #B63132 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63132 is #49CECD. Grayscale: #595959. Windows color (decimal): -4837070 or 3289526. OLE color: 3289526.
HSL color Cylindrical-coordinate representation of color #B63132: 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 #B63132 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 49 | 50 | - |
| 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.97 | 12.37 | 4.3 | - |
| YUV | 88.88 | 106.06 | 194.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 49 | 50 | 0 | 0.73 | 0.73 | 0.29 | 359.55 | 0.58 | 0.45 |
| Hex | B6 | 31 | 32 | 0 | 49 | 49 | 1D | 168 | 3A | 2D |
| Octal | 266 | 61 | 62 | 0 | 111 | 111 | 35 | 550 | 72 | 55 |
| Binary | 10110110 | 110001 | 110010 | 0 | 1001001 | 1001001 | 11101 | 101101000 | 111010 | 101101 |
Color Harmonies of #B63132
Complementary color
Monochromatic Colors of #B63132
Black with #B63132
Text Example
Text Example
White with #B63132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63132; }
p { color: rgb(182,49,50); }
H1.HeaderClassName
{
color: #B63132;
}
.AnyTagClassName
{
color: #B63132;
}
</style>
background-color css
<style>
a { background-color: #B63132; }
a { background-color: rgb(182,49,50); }
div.DivClassName
{
background-color: #B63132;
}
.BgClassName
{
background-color: #B63132;
}
</style>
border-color css
<style>
span { border-color: #B63132; }
span { border-color: rgb(182,49,50); }
td.TdClassName
{
border-color: #B63132;
}
.TagClassName
{
border-color: #B63132;
}
</style>