Shades of Mahogany #B7363B
Tints of Mahogany #B7363B
RGB
CMYK
RGB Variations
Color information
#B7363B (or 0xB7363B) is known color: Mahogany. HEX triplet: B7, 36 and 3B. RGB value is (183,54,59). Sum of RGB (Red+Green+Blue) = 183+54+59=296 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.82% from 296); Green value is 54 (21.48% from 255 or 18.24% from 296); Blue value is 59 (23.44% from 255 or 19.93% from 296); Max value from RGB is 183 - color contains mainly: red. Hex color #B7363B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7363B is #48C9C4. Grayscale: #5D5D5D. Windows color (decimal): -4770245 or 3880631. OLE color: 3880631.
HSL color Cylindrical-coordinate representation of color #B7363B: hue angle of 357.67º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B7363B is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 54 | 59 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.28 |
| HSL | 357.67º | 0.54% | 0.46% | - |
| HSV(B) | 357.67º | 0.7% | 0.72% | - |
| XYZ | 21.64 | 13.02 | 5.51 | - |
| YUV | 93.14 | 108.74 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 54 | 59 | 0 | 0.70 | 0.68 | 0.28 | 357.67 | 0.54 | 0.46 |
| Hex | B7 | 36 | 3B | 0 | 46 | 44 | 1C | 166 | 36 | 2E |
| Octal | 267 | 66 | 73 | 0 | 106 | 104 | 34 | 546 | 66 | 56 |
| Binary | 10110111 | 110110 | 111011 | 0 | 1000110 | 1000100 | 11100 | 101100110 | 110110 | 101110 |
Color Harmonies of #B7363B
Complementary color
Monochromatic Colors of #B7363B
Black with #B7363B
Text Example
Text Example
White with #B7363B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7363B; }
p { color: rgb(183,54,59); }
H1.HeaderClassName
{
color: #B7363B;
}
.AnyTagClassName
{
color: #B7363B;
}
</style>
background-color css
<style>
a { background-color: #B7363B; }
a { background-color: rgb(183,54,59); }
div.DivClassName
{
background-color: #B7363B;
}
.BgClassName
{
background-color: #B7363B;
}
</style>
border-color css
<style>
span { border-color: #B7363B; }
span { border-color: rgb(183,54,59); }
td.TdClassName
{
border-color: #B7363B;
}
.TagClassName
{
border-color: #B7363B;
}
</style>