Shades of Mahogany #B63B3E
Tints of Mahogany #B63B3E
RGB
CMYK
RGB Variations
Color information
#B63B3E (or 0xB63B3E) is known color: Mahogany. HEX triplet: B6, 3B and 3E. RGB value is (182,59,62). Sum of RGB (Red+Green+Blue) = 182+59+62=303 (40% of max value = 765). Red value is 182 (71.48% from 255 or 60.07% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 182 - color contains mainly: red. Hex color #B63B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63B3E is #49C4C1. Grayscale: #606060. Windows color (decimal): -4834498 or 4078518. OLE color: 4078518.
HSL color Cylindrical-coordinate representation of color #B63B3E: hue angle of 358.54º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B63B3E is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 59 | 62 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.29 |
| HSL | 358.54º | 0.51% | 0.47% | - |
| HSV(B) | 358.54º | 0.68% | 0.71% | - |
| XYZ | 21.72 | 13.42 | 6 | - |
| YUV | 96.12 | 108.75 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 59 | 62 | 0 | 0.68 | 0.66 | 0.29 | 358.54 | 0.51 | 0.47 |
| Hex | B6 | 3B | 3E | 0 | 44 | 42 | 1D | 167 | 33 | 2F |
| Octal | 266 | 73 | 76 | 0 | 104 | 102 | 35 | 547 | 63 | 57 |
| Binary | 10110110 | 111011 | 111110 | 0 | 1000100 | 1000010 | 11101 | 101100111 | 110011 | 101111 |
Color Harmonies of #B63B3E
Complementary color
Monochromatic Colors of #B63B3E
Black with #B63B3E
Text Example
Text Example
White with #B63B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63B3E; }
p { color: rgb(182,59,62); }
H1.HeaderClassName
{
color: #B63B3E;
}
.AnyTagClassName
{
color: #B63B3E;
}
</style>
background-color css
<style>
a { background-color: #B63B3E; }
a { background-color: rgb(182,59,62); }
div.DivClassName
{
background-color: #B63B3E;
}
.BgClassName
{
background-color: #B63B3E;
}
</style>
border-color css
<style>
span { border-color: #B63B3E; }
span { border-color: rgb(182,59,62); }
td.TdClassName
{
border-color: #B63B3E;
}
.TagClassName
{
border-color: #B63B3E;
}
</style>