Shades of Mahogany #B13B3D
Tints of Mahogany #B13B3D
RGB
CMYK
RGB Variations
Color information
#B13B3D (or 0xB13B3D) is known color: Mahogany. HEX triplet: B1, 3B and 3D. RGB value is (177,59,61). Sum of RGB (Red+Green+Blue) = 177+59+61=297 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.60% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 61 (24.22% from 255 or 20.54% from 297); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13B3D is #4EC4C2. Grayscale: #5E5E5E. Windows color (decimal): -5162179 or 4012977. OLE color: 4012977.
HSL color Cylindrical-coordinate representation of color #B13B3D: hue angle of 358.98º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B13B3D is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 59 | 61 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.31 |
| HSL | 358.98º | 0.5% | 0.46% | - |
| HSV(B) | 358.98º | 0.67% | 0.69% | - |
| XYZ | 20.54 | 12.81 | 5.81 | - |
| YUV | 94.51 | 109.09 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 59 | 61 | 0 | 0.67 | 0.66 | 0.31 | 358.98 | 0.5 | 0.46 |
| Hex | B1 | 3B | 3D | 0 | 43 | 42 | 1F | 167 | 32 | 2E |
| Octal | 261 | 73 | 75 | 0 | 103 | 102 | 37 | 547 | 62 | 56 |
| Binary | 10110001 | 111011 | 111101 | 0 | 1000011 | 1000010 | 11111 | 101100111 | 110010 | 101110 |
Color Harmonies of #B13B3D
Complementary color
Monochromatic Colors of #B13B3D
Black with #B13B3D
Text Example
Text Example
White with #B13B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13B3D; }
p { color: rgb(177,59,61); }
H1.HeaderClassName
{
color: #B13B3D;
}
.AnyTagClassName
{
color: #B13B3D;
}
</style>
background-color css
<style>
a { background-color: #B13B3D; }
a { background-color: rgb(177,59,61); }
div.DivClassName
{
background-color: #B13B3D;
}
.BgClassName
{
background-color: #B13B3D;
}
</style>
border-color css
<style>
span { border-color: #B13B3D; }
span { border-color: rgb(177,59,61); }
td.TdClassName
{
border-color: #B13B3D;
}
.TagClassName
{
border-color: #B13B3D;
}
</style>