Shades of Mahogany #B83B3E
Tints of Mahogany #B83B3E
RGB
CMYK
RGB Variations
Color information
#B83B3E (or 0xB83B3E) is known color: Mahogany. HEX triplet: B8, 3B and 3E. RGB value is (184,59,62). Sum of RGB (Red+Green+Blue) = 184+59+62=305 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.33% from 305); Green value is 59 (23.44% from 255 or 19.34% from 305); Blue value is 62 (24.61% from 255 or 20.33% from 305); Max value from RGB is 184 - color contains mainly: red. Hex color #B83B3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83B3E is #47C4C1. Grayscale: #606060. Windows color (decimal): -4703426 or 4078520. OLE color: 4078520.
HSL color Cylindrical-coordinate representation of color #B83B3E: hue angle of 358.56º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B83B3E is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 59 | 62 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.28 |
| HSL | 358.56º | 0.51% | 0.48% | - |
| HSV(B) | 358.56º | 0.68% | 0.72% | - |
| XYZ | 22.2 | 13.67 | 6.03 | - |
| YUV | 96.72 | 108.41 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 59 | 62 | 0 | 0.68 | 0.66 | 0.28 | 358.56 | 0.51 | 0.48 |
| Hex | B8 | 3B | 3E | 0 | 44 | 42 | 1C | 167 | 33 | 30 |
| Octal | 270 | 73 | 76 | 0 | 104 | 102 | 34 | 547 | 63 | 60 |
| Binary | 10111000 | 111011 | 111110 | 0 | 1000100 | 1000010 | 11100 | 101100111 | 110011 | 110000 |
Color Harmonies of #B83B3E
Complementary color
Monochromatic Colors of #B83B3E
Black with #B83B3E
Text Example
Text Example
White with #B83B3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83B3E; }
p { color: rgb(184,59,62); }
H1.HeaderClassName
{
color: #B83B3E;
}
.AnyTagClassName
{
color: #B83B3E;
}
</style>
background-color css
<style>
a { background-color: #B83B3E; }
a { background-color: rgb(184,59,62); }
div.DivClassName
{
background-color: #B83B3E;
}
.BgClassName
{
background-color: #B83B3E;
}
</style>
border-color css
<style>
span { border-color: #B83B3E; }
span { border-color: rgb(184,59,62); }
td.TdClassName
{
border-color: #B83B3E;
}
.TagClassName
{
border-color: #B83B3E;
}
</style>