Shades of Mahogany #B83536
Tints of Mahogany #B83536
RGB
CMYK
RGB Variations
Color information
#B83536 (or 0xB83536) is known color: Mahogany. HEX triplet: B8, 35 and 36. RGB value is (184,53,54). Sum of RGB (Red+Green+Blue) = 184+53+54=291 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.23% from 291); Green value is 53 (21.09% from 255 or 18.21% from 291); Blue value is 54 (21.48% from 255 or 18.56% from 291); Max value from RGB is 184 - color contains mainly: red. Hex color #B83536 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83536 is #47CAC9. Grayscale: #5C5C5C. Windows color (decimal): -4704970 or 3552696. OLE color: 3552696.
HSL color Cylindrical-coordinate representation of color #B83536: hue angle of 359.54º degrees, saturation: 0.55, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B83536 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 53 | 54 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.28 |
| HSL | 359.54º | 0.55% | 0.46% | - |
| HSV(B) | 359.54º | 0.71% | 0.72% | - |
| XYZ | 21.71 | 13 | 4.86 | - |
| YUV | 92.28 | 106.4 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 53 | 54 | 0 | 0.71 | 0.71 | 0.28 | 359.54 | 0.55 | 0.46 |
| Hex | B8 | 35 | 36 | 0 | 47 | 47 | 1C | 168 | 37 | 2E |
| Octal | 270 | 65 | 66 | 0 | 107 | 107 | 34 | 550 | 67 | 56 |
| Binary | 10111000 | 110101 | 110110 | 0 | 1000111 | 1000111 | 11100 | 101101000 | 110111 | 101110 |
Color Harmonies of #B83536
Complementary color
Monochromatic Colors of #B83536
Black with #B83536
Text Example
Text Example
White with #B83536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83536; }
p { color: rgb(184,53,54); }
H1.HeaderClassName
{
color: #B83536;
}
.AnyTagClassName
{
color: #B83536;
}
</style>
background-color css
<style>
a { background-color: #B83536; }
a { background-color: rgb(184,53,54); }
div.DivClassName
{
background-color: #B83536;
}
.BgClassName
{
background-color: #B83536;
}
</style>
border-color css
<style>
span { border-color: #B83536; }
span { border-color: rgb(184,53,54); }
td.TdClassName
{
border-color: #B83536;
}
.TagClassName
{
border-color: #B83536;
}
</style>