Shades of Mahogany #B13D3E
Tints of Mahogany #B13D3E
RGB
CMYK
RGB Variations
Color information
#B13D3E (or 0xB13D3E) is known color: Mahogany. HEX triplet: B1, 3D and 3E. RGB value is (177,61,62). Sum of RGB (Red+Green+Blue) = 177+61+62=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 61 (24.22% from 255 or 20.33% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D3E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13D3E is #4EC2C1. Grayscale: #5F5F5F. Windows color (decimal): -5161666 or 4079025. OLE color: 4079025.
HSL color Cylindrical-coordinate representation of color #B13D3E: hue angle of 359.48º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B13D3E is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 61 | 62 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.31 |
| HSL | 359.48º | 0.49% | 0.47% | - |
| HSV(B) | 359.48º | 0.66% | 0.69% | - |
| XYZ | 20.67 | 13.03 | 5.98 | - |
| YUV | 95.8 | 108.93 | 185.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 61 | 62 | 0 | 0.66 | 0.65 | 0.31 | 359.48 | 0.49 | 0.47 |
| Hex | B1 | 3D | 3E | 0 | 42 | 41 | 1F | 167 | 31 | 2F |
| Octal | 261 | 75 | 76 | 0 | 102 | 101 | 37 | 547 | 61 | 57 |
| Binary | 10110001 | 111101 | 111110 | 0 | 1000010 | 1000001 | 11111 | 101100111 | 110001 | 101111 |
Color Harmonies of #B13D3E
Complementary color
Monochromatic Colors of #B13D3E
Black with #B13D3E
Text Example
Text Example
White with #B13D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B13D3E; }
p { color: rgb(177,61,62); }
H1.HeaderClassName
{
color: #B13D3E;
}
.AnyTagClassName
{
color: #B13D3E;
}
</style>
background-color css
<style>
a { background-color: #B13D3E; }
a { background-color: rgb(177,61,62); }
div.DivClassName
{
background-color: #B13D3E;
}
.BgClassName
{
background-color: #B13D3E;
}
</style>
border-color css
<style>
span { border-color: #B13D3E; }
span { border-color: rgb(177,61,62); }
td.TdClassName
{
border-color: #B13D3E;
}
.TagClassName
{
border-color: #B13D3E;
}
</style>