Shades of Mahogany #B83A3C
Tints of Mahogany #B83A3C
RGB
CMYK
RGB Variations
Color information
#B83A3C (or 0xB83A3C) is known color: Mahogany. HEX triplet: B8, 3A and 3C. RGB value is (184,58,60). Sum of RGB (Red+Green+Blue) = 184+58+60=302 (40% of max value = 765). Red value is 184 (72.27% from 255 or 60.93% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 60 (23.83% from 255 or 19.87% from 302); Max value from RGB is 184 - color contains mainly: red. Hex color #B83A3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83A3C is #47C5C3. Grayscale: #606060. Windows color (decimal): -4703684 or 3947192. OLE color: 3947192.
HSL color Cylindrical-coordinate representation of color #B83A3C: hue angle of 359.05º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B83A3C is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 58 | 60 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.28 |
| HSL | 359.05º | 0.52% | 0.47% | - |
| HSV(B) | 359.05º | 0.68% | 0.72% | - |
| XYZ | 22.1 | 13.54 | 5.72 | - |
| YUV | 95.9 | 107.74 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 58 | 60 | 0 | 0.68 | 0.67 | 0.28 | 359.05 | 0.52 | 0.47 |
| Hex | B8 | 3A | 3C | 0 | 44 | 43 | 1C | 167 | 34 | 2F |
| Octal | 270 | 72 | 74 | 0 | 104 | 103 | 34 | 547 | 64 | 57 |
| Binary | 10111000 | 111010 | 111100 | 0 | 1000100 | 1000011 | 11100 | 101100111 | 110100 | 101111 |
Color Harmonies of #B83A3C
Complementary color
Monochromatic Colors of #B83A3C
Black with #B83A3C
Text Example
Text Example
White with #B83A3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83A3C; }
p { color: rgb(184,58,60); }
H1.HeaderClassName
{
color: #B83A3C;
}
.AnyTagClassName
{
color: #B83A3C;
}
</style>
background-color css
<style>
a { background-color: #B83A3C; }
a { background-color: rgb(184,58,60); }
div.DivClassName
{
background-color: #B83A3C;
}
.BgClassName
{
background-color: #B83A3C;
}
</style>
border-color css
<style>
span { border-color: #B83A3C; }
span { border-color: rgb(184,58,60); }
td.TdClassName
{
border-color: #B83A3C;
}
.TagClassName
{
border-color: #B83A3C;
}
</style>