Shades of Mahogany #B63637
Tints of Mahogany #B63637
RGB
CMYK
RGB Variations
Color information
#B63637 (or 0xB63637) is known color: Mahogany. HEX triplet: B6, 36 and 37. RGB value is (182,54,55). Sum of RGB (Red+Green+Blue) = 182+54+55=291 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.54% from 291); Green value is 54 (21.48% from 255 or 18.56% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 182 - color contains mainly: red. Hex color #B63637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63637 is #49C9C8. Grayscale: #5C5C5C. Windows color (decimal): -4835785 or 3618486. OLE color: 3618486.
HSL color Cylindrical-coordinate representation of color #B63637: hue angle of 359.53º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B63637 is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 54 | 55 | - |
| CMYK | 0 | 0.70 | 0.70 | 0.29 |
| HSL | 359.53º | 0.54% | 0.46% | - |
| HSV(B) | 359.53º | 0.7% | 0.71% | - |
| XYZ | 21.3 | 12.86 | 4.97 | - |
| YUV | 92.39 | 106.91 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 55 | 0 | 0.70 | 0.70 | 0.29 | 359.53 | 0.54 | 0.46 |
| Hex | B6 | 36 | 37 | 0 | 46 | 46 | 1D | 168 | 36 | 2E |
| Octal | 266 | 66 | 67 | 0 | 106 | 106 | 35 | 550 | 66 | 56 |
| Binary | 10110110 | 110110 | 110111 | 0 | 1000110 | 1000110 | 11101 | 101101000 | 110110 | 101110 |
Color Harmonies of #B63637
Complementary color
Monochromatic Colors of #B63637
Black with #B63637
Text Example
Text Example
White with #B63637
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63637; }
p { color: rgb(182,54,55); }
H1.HeaderClassName
{
color: #B63637;
}
.AnyTagClassName
{
color: #B63637;
}
</style>
background-color css
<style>
a { background-color: #B63637; }
a { background-color: rgb(182,54,55); }
div.DivClassName
{
background-color: #B63637;
}
.BgClassName
{
background-color: #B63637;
}
</style>
border-color css
<style>
span { border-color: #B63637; }
span { border-color: rgb(182,54,55); }
td.TdClassName
{
border-color: #B63637;
}
.TagClassName
{
border-color: #B63637;
}
</style>