Shades of Mahogany #B83C3F
Tints of Mahogany #B83C3F
RGB
CMYK
RGB Variations
Color information
#B83C3F (or 0xB83C3F) is known color: Mahogany. HEX triplet: B8, 3C and 3F. RGB value is (184,60,63). Sum of RGB (Red+Green+Blue) = 184+60+63=307 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.93% from 307); Green value is 60 (23.83% from 255 or 19.54% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 184 - color contains mainly: red. Hex color #B83C3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83C3F is #47C3C0. Grayscale: #616161. Windows color (decimal): -4703169 or 4144312. OLE color: 4144312.
HSL color Cylindrical-coordinate representation of color #B83C3F: hue angle of 358.55º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B83C3F is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 60 | 63 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.28 |
| HSL | 358.55º | 0.51% | 0.48% | - |
| HSV(B) | 358.55º | 0.67% | 0.72% | - |
| XYZ | 22.28 | 13.78 | 6.19 | - |
| YUV | 97.42 | 108.58 | 189.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 60 | 63 | 0 | 0.67 | 0.66 | 0.28 | 358.55 | 0.51 | 0.48 |
| Hex | B8 | 3C | 3F | 0 | 43 | 42 | 1C | 167 | 33 | 30 |
| Octal | 270 | 74 | 77 | 0 | 103 | 102 | 34 | 547 | 63 | 60 |
| Binary | 10111000 | 111100 | 111111 | 0 | 1000011 | 1000010 | 11100 | 101100111 | 110011 | 110000 |
Color Harmonies of #B83C3F
Complementary color
Monochromatic Colors of #B83C3F
Black with #B83C3F
Text Example
Text Example
White with #B83C3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83C3F; }
p { color: rgb(184,60,63); }
H1.HeaderClassName
{
color: #B83C3F;
}
.AnyTagClassName
{
color: #B83C3F;
}
</style>
background-color css
<style>
a { background-color: #B83C3F; }
a { background-color: rgb(184,60,63); }
div.DivClassName
{
background-color: #B83C3F;
}
.BgClassName
{
background-color: #B83C3F;
}
</style>
border-color css
<style>
span { border-color: #B83C3F; }
span { border-color: rgb(184,60,63); }
td.TdClassName
{
border-color: #B83C3F;
}
.TagClassName
{
border-color: #B83C3F;
}
</style>