Shades of Mahogany #B63F41
Tints of Mahogany #B63F41
RGB
CMYK
RGB Variations
Color information
#B63F41 (or 0xB63F41) is known color: Mahogany. HEX triplet: B6, 3F and 41. RGB value is (182,63,65). Sum of RGB (Red+Green+Blue) = 182+63+65=310 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.71% from 310); Green value is 63 (25% from 255 or 20.32% from 310); Blue value is 65 (25.78% from 255 or 20.97% from 310); Max value from RGB is 182 - color contains mainly: red. Hex color #B63F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63F41 is #49C0BE. Grayscale: #626262. Windows color (decimal): -4833471 or 4276150. OLE color: 4276150.
HSL color Cylindrical-coordinate representation of color #B63F41: hue angle of 358.99º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B63F41 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 63 | 65 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.29 |
| HSL | 358.99º | 0.49% | 0.48% | - |
| HSV(B) | 358.99º | 0.65% | 0.71% | - |
| XYZ | 22.02 | 13.88 | 6.52 | - |
| YUV | 98.81 | 108.92 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 63 | 65 | 0 | 0.65 | 0.64 | 0.29 | 358.99 | 0.49 | 0.48 |
| Hex | B6 | 3F | 41 | 0 | 41 | 40 | 1D | 167 | 31 | 30 |
| Octal | 266 | 77 | 101 | 0 | 101 | 100 | 35 | 547 | 61 | 60 |
| Binary | 10110110 | 111111 | 1000001 | 0 | 1000001 | 1000000 | 11101 | 101100111 | 110001 | 110000 |
Color Harmonies of #B63F41
Complementary color
Monochromatic Colors of #B63F41
Black with #B63F41
Text Example
Text Example
White with #B63F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63F41; }
p { color: rgb(182,63,65); }
H1.HeaderClassName
{
color: #B63F41;
}
.AnyTagClassName
{
color: #B63F41;
}
</style>
background-color css
<style>
a { background-color: #B63F41; }
a { background-color: rgb(182,63,65); }
div.DivClassName
{
background-color: #B63F41;
}
.BgClassName
{
background-color: #B63F41;
}
</style>
border-color css
<style>
span { border-color: #B63F41; }
span { border-color: rgb(182,63,65); }
td.TdClassName
{
border-color: #B63F41;
}
.TagClassName
{
border-color: #B63F41;
}
</style>