Shades of Mahogany #B1393C
Tints of Mahogany #B1393C
RGB
CMYK
RGB Variations
Color information
#B1393C (or 0xB1393C) is known color: Mahogany. HEX triplet: B1, 39 and 3C. RGB value is (177,57,60). Sum of RGB (Red+Green+Blue) = 177+57+60=294 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.20% from 294); Green value is 57 (22.66% from 255 or 19.39% from 294); Blue value is 60 (23.83% from 255 or 20.41% from 294); Max value from RGB is 177 - color contains mainly: red. Hex color #B1393C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1393C is #4EC6C3. Grayscale: #5D5D5D. Windows color (decimal): -5162692 or 3946929. OLE color: 3946929.
HSL color Cylindrical-coordinate representation of color #B1393C: hue angle of 358.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B1393C is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 177 | 57 | 60 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.31 |
| HSL | 358.5º | 0.51% | 0.46% | - |
| HSV(B) | 358.5º | 0.68% | 0.69% | - |
| XYZ | 20.41 | 12.6 | 5.63 | - |
| YUV | 93.22 | 109.26 | 187.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 57 | 60 | 0 | 0.68 | 0.66 | 0.31 | 358.5 | 0.51 | 0.46 |
| Hex | B1 | 39 | 3C | 0 | 44 | 42 | 1F | 166 | 33 | 2E |
| Octal | 261 | 71 | 74 | 0 | 104 | 102 | 37 | 546 | 63 | 56 |
| Binary | 10110001 | 111001 | 111100 | 0 | 1000100 | 1000010 | 11111 | 101100110 | 110011 | 101110 |
Color Harmonies of #B1393C
Complementary color
Monochromatic Colors of #B1393C
Black with #B1393C
Text Example
Text Example
White with #B1393C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1393C; }
p { color: rgb(177,57,60); }
H1.HeaderClassName
{
color: #B1393C;
}
.AnyTagClassName
{
color: #B1393C;
}
</style>
background-color css
<style>
a { background-color: #B1393C; }
a { background-color: rgb(177,57,60); }
div.DivClassName
{
background-color: #B1393C;
}
.BgClassName
{
background-color: #B1393C;
}
</style>
border-color css
<style>
span { border-color: #B1393C; }
span { border-color: rgb(177,57,60); }
td.TdClassName
{
border-color: #B1393C;
}
.TagClassName
{
border-color: #B1393C;
}
</style>