Shades of Mahogany #B63C3E
Tints of Mahogany #B63C3E
RGB
CMYK
RGB Variations
Color information
#B63C3E (or 0xB63C3E) is known color: Mahogany. HEX triplet: B6, 3C and 3E. RGB value is (182,60,62). Sum of RGB (Red+Green+Blue) = 182+60+62=304 (40% of max value = 765). Red value is 182 (71.48% from 255 or 59.87% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 62 (24.61% from 255 or 20.39% from 304); Max value from RGB is 182 - color contains mainly: red. Hex color #B63C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63C3E is #49C3C1. Grayscale: #606060. Windows color (decimal): -4834242 or 4078774. OLE color: 4078774.
HSL color Cylindrical-coordinate representation of color #B63C3E: hue angle of 359.02º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B63C3E is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 60 | 62 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.29 |
| HSL | 359.02º | 0.5% | 0.47% | - |
| HSV(B) | 359.02º | 0.67% | 0.71% | - |
| XYZ | 21.78 | 13.52 | 6.02 | - |
| YUV | 96.71 | 108.42 | 188.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 60 | 62 | 0 | 0.67 | 0.66 | 0.29 | 359.02 | 0.5 | 0.47 |
| Hex | B6 | 3C | 3E | 0 | 43 | 42 | 1D | 167 | 32 | 2F |
| Octal | 266 | 74 | 76 | 0 | 103 | 102 | 35 | 547 | 62 | 57 |
| Binary | 10110110 | 111100 | 111110 | 0 | 1000011 | 1000010 | 11101 | 101100111 | 110010 | 101111 |
Color Harmonies of #B63C3E
Complementary color
Monochromatic Colors of #B63C3E
Black with #B63C3E
Text Example
Text Example
White with #B63C3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63C3E; }
p { color: rgb(182,60,62); }
H1.HeaderClassName
{
color: #B63C3E;
}
.AnyTagClassName
{
color: #B63C3E;
}
</style>
background-color css
<style>
a { background-color: #B63C3E; }
a { background-color: rgb(182,60,62); }
div.DivClassName
{
background-color: #B63C3E;
}
.BgClassName
{
background-color: #B63C3E;
}
</style>
border-color css
<style>
span { border-color: #B63C3E; }
span { border-color: rgb(182,60,62); }
td.TdClassName
{
border-color: #B63C3E;
}
.TagClassName
{
border-color: #B63C3E;
}
</style>