Shades of Mahogany #B63639
Tints of Mahogany #B63639
RGB
CMYK
RGB Variations
Color information
#B63639 (or 0xB63639) is known color: Mahogany. HEX triplet: B6, 36 and 39. RGB value is (182,54,57). Sum of RGB (Red+Green+Blue) = 182+54+57=293 (38% of max value = 765). Red value is 182 (71.48% from 255 or 62.12% from 293); Green value is 54 (21.48% from 255 or 18.43% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 182 - color contains mainly: red. Hex color #B63639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63639 is #49C9C6. Grayscale: #5C5C5C. Windows color (decimal): -4835783 or 3749558. OLE color: 3749558.
HSL color Cylindrical-coordinate representation of color #B63639: hue angle of 358.59º 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 #B63639 is Cyan = 0, Magento = 0.70, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 54 | 57 | - |
| CMYK | 0 | 0.70 | 0.69 | 0.29 |
| HSL | 358.59º | 0.54% | 0.46% | - |
| HSV(B) | 358.59º | 0.7% | 0.71% | - |
| XYZ | 21.35 | 12.88 | 5.23 | - |
| YUV | 92.61 | 107.91 | 191.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 54 | 57 | 0 | 0.70 | 0.69 | 0.29 | 358.59 | 0.54 | 0.46 |
| Hex | B6 | 36 | 39 | 0 | 46 | 45 | 1D | 167 | 36 | 2E |
| Octal | 266 | 66 | 71 | 0 | 106 | 105 | 35 | 547 | 66 | 56 |
| Binary | 10110110 | 110110 | 111001 | 0 | 1000110 | 1000101 | 11101 | 101100111 | 110110 | 101110 |
Color Harmonies of #B63639
Complementary color
Monochromatic Colors of #B63639
Black with #B63639
Text Example
Text Example
White with #B63639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63639; }
p { color: rgb(182,54,57); }
H1.HeaderClassName
{
color: #B63639;
}
.AnyTagClassName
{
color: #B63639;
}
</style>
background-color css
<style>
a { background-color: #B63639; }
a { background-color: rgb(182,54,57); }
div.DivClassName
{
background-color: #B63639;
}
.BgClassName
{
background-color: #B63639;
}
</style>
border-color css
<style>
span { border-color: #B63639; }
span { border-color: rgb(182,54,57); }
td.TdClassName
{
border-color: #B63639;
}
.TagClassName
{
border-color: #B63639;
}
</style>