Shades of Mahogany #B9363A
Tints of Mahogany #B9363A
RGB
CMYK
RGB Variations
Color information
#B9363A (or 0xB9363A) is known color: Mahogany. HEX triplet: B9, 36 and 3A. RGB value is (185,54,58). Sum of RGB (Red+Green+Blue) = 185+54+58=297 (39% of max value = 765). Red value is 185 (72.66% from 255 or 62.29% from 297); Green value is 54 (21.48% from 255 or 18.18% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 185 - color contains mainly: red. Hex color #B9363A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9363A is #46C9C5. Grayscale: #5D5D5D. Windows color (decimal): -4639174 or 3815097. OLE color: 3815097.
HSL color Cylindrical-coordinate representation of color #B9363A: hue angle of 358.17º degrees, saturation: 0.55, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B9363A is Cyan = 0, Magento = 0.71, Yellow = 0.69 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 54 | 58 | - |
| CMYK | 0 | 0.71 | 0.69 | 0.27 |
| HSL | 358.17º | 0.55% | 0.47% | - |
| HSV(B) | 358.17º | 0.71% | 0.73% | - |
| XYZ | 22.09 | 13.26 | 5.4 | - |
| YUV | 93.63 | 107.9 | 193.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 54 | 58 | 0 | 0.71 | 0.69 | 0.27 | 358.17 | 0.55 | 0.47 |
| Hex | B9 | 36 | 3A | 0 | 47 | 45 | 1B | 166 | 37 | 2F |
| Octal | 271 | 66 | 72 | 0 | 107 | 105 | 33 | 546 | 67 | 57 |
| Binary | 10111001 | 110110 | 111010 | 0 | 1000111 | 1000101 | 11011 | 101100110 | 110111 | 101111 |
Color Harmonies of #B9363A
Complementary color
Monochromatic Colors of #B9363A
Black with #B9363A
Text Example
Text Example
White with #B9363A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9363A; }
p { color: rgb(185,54,58); }
H1.HeaderClassName
{
color: #B9363A;
}
.AnyTagClassName
{
color: #B9363A;
}
</style>
background-color css
<style>
a { background-color: #B9363A; }
a { background-color: rgb(185,54,58); }
div.DivClassName
{
background-color: #B9363A;
}
.BgClassName
{
background-color: #B9363A;
}
</style>
border-color css
<style>
span { border-color: #B9363A; }
span { border-color: rgb(185,54,58); }
td.TdClassName
{
border-color: #B9363A;
}
.TagClassName
{
border-color: #B9363A;
}
</style>