Shades of Mahogany #B83438
Tints of Mahogany #B83438
RGB
CMYK
RGB Variations
Color information
#B83438 (or 0xB83438) is known color: Mahogany. HEX triplet: B8, 34 and 38. RGB value is (184,52,56). Sum of RGB (Red+Green+Blue) = 184+52+56=292 (38% of max value = 765). Red value is 184 (72.27% from 255 or 63.01% from 292); Green value is 52 (20.70% from 255 or 17.81% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 184 - color contains mainly: red. Hex color #B83438 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B83438 is #47CBC7. Grayscale: #5C5C5C. Windows color (decimal): -4705224 or 3683512. OLE color: 3683512.
HSL color Cylindrical-coordinate representation of color #B83438: hue angle of 358.18º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B83438 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 52 | 56 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.28 |
| HSL | 358.18º | 0.56% | 0.46% | - |
| HSV(B) | 358.18º | 0.72% | 0.72% | - |
| XYZ | 21.71 | 12.93 | 5.09 | - |
| YUV | 91.92 | 107.73 | 193.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 52 | 56 | 0 | 0.72 | 0.70 | 0.28 | 358.18 | 0.56 | 0.46 |
| Hex | B8 | 34 | 38 | 0 | 48 | 46 | 1C | 166 | 38 | 2E |
| Octal | 270 | 64 | 70 | 0 | 110 | 106 | 34 | 546 | 70 | 56 |
| Binary | 10111000 | 110100 | 111000 | 0 | 1001000 | 1000110 | 11100 | 101100110 | 111000 | 101110 |
Color Harmonies of #B83438
Complementary color
Monochromatic Colors of #B83438
Black with #B83438
Text Example
Text Example
White with #B83438
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B83438; }
p { color: rgb(184,52,56); }
H1.HeaderClassName
{
color: #B83438;
}
.AnyTagClassName
{
color: #B83438;
}
</style>
background-color css
<style>
a { background-color: #B83438; }
a { background-color: rgb(184,52,56); }
div.DivClassName
{
background-color: #B83438;
}
.BgClassName
{
background-color: #B83438;
}
</style>
border-color css
<style>
span { border-color: #B83438; }
span { border-color: rgb(184,52,56); }
td.TdClassName
{
border-color: #B83438;
}
.TagClassName
{
border-color: #B83438;
}
</style>