Shades of Mahogany #B63134
Tints of Mahogany #B63134
RGB
CMYK
RGB Variations
Color information
#B63134 (or 0xB63134) is known color: Mahogany. HEX triplet: B6, 31 and 34. RGB value is (182,49,52). Sum of RGB (Red+Green+Blue) = 182+49+52=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 49 (19.53% from 255 or 17.31% from 283); Blue value is 52 (20.70% from 255 or 18.37% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B63134 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63134 is #49CECB. Grayscale: #595959. Windows color (decimal): -4837068 or 3420598. OLE color: 3420598.
HSL color Cylindrical-coordinate representation of color #B63134: hue angle of 358.65º 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 #B63134 is Cyan = 0, Magento = 0.73, Yellow = 0.71 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 49 | 52 | - |
| CMYK | 0 | 0.73 | 0.71 | 0.29 |
| HSL | 358.65º | 0.58% | 0.45% | - |
| HSV(B) | 358.65º | 0.73% | 0.71% | - |
| XYZ | 21.01 | 12.39 | 4.53 | - |
| YUV | 89.11 | 107.06 | 194.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 49 | 52 | 0 | 0.73 | 0.71 | 0.29 | 358.65 | 0.58 | 0.45 |
| Hex | B6 | 31 | 34 | 0 | 49 | 47 | 1D | 167 | 3A | 2D |
| Octal | 266 | 61 | 64 | 0 | 111 | 107 | 35 | 547 | 72 | 55 |
| Binary | 10110110 | 110001 | 110100 | 0 | 1001001 | 1000111 | 11101 | 101100111 | 111010 | 101101 |
Color Harmonies of #B63134
Complementary color
Monochromatic Colors of #B63134
Black with #B63134
Text Example
Text Example
White with #B63134
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63134; }
p { color: rgb(182,49,52); }
H1.HeaderClassName
{
color: #B63134;
}
.AnyTagClassName
{
color: #B63134;
}
</style>
background-color css
<style>
a { background-color: #B63134; }
a { background-color: rgb(182,49,52); }
div.DivClassName
{
background-color: #B63134;
}
.BgClassName
{
background-color: #B63134;
}
</style>
border-color css
<style>
span { border-color: #B63134; }
span { border-color: rgb(182,49,52); }
td.TdClassName
{
border-color: #B63134;
}
.TagClassName
{
border-color: #B63134;
}
</style>