Shades of Mahogany #B23136
Tints of Mahogany #B23136
RGB
CMYK
RGB Variations
Color information
#B23136 (or 0xB23136) is known color: Mahogany. HEX triplet: B2, 31 and 36. RGB value is (178,49,54). Sum of RGB (Red+Green+Blue) = 178+49+54=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 54 (21.48% from 255 or 19.22% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B23136 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23136 is #4DCEC9. Grayscale: #585858. Windows color (decimal): -5099210 or 3551666. OLE color: 3551666.
HSL color Cylindrical-coordinate representation of color #B23136: hue angle of 357.67º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B23136 is Cyan = 0, Magento = 0.72, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 49 | 54 | - |
| CMYK | 0 | 0.72 | 0.70 | 0.30 |
| HSL | 357.67º | 0.57% | 0.45% | - |
| HSV(B) | 357.67º | 0.72% | 0.7% | - |
| XYZ | 20.12 | 11.93 | 4.73 | - |
| YUV | 88.14 | 108.74 | 192.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 49 | 54 | 0 | 0.72 | 0.70 | 0.30 | 357.67 | 0.57 | 0.45 |
| Hex | B2 | 31 | 36 | 0 | 48 | 46 | 1E | 166 | 39 | 2D |
| Octal | 262 | 61 | 66 | 0 | 110 | 106 | 36 | 546 | 71 | 55 |
| Binary | 10110010 | 110001 | 110110 | 0 | 1001000 | 1000110 | 11110 | 101100110 | 111001 | 101101 |
Color Harmonies of #B23136
Complementary color
Monochromatic Colors of #B23136
Black with #B23136
Text Example
Text Example
White with #B23136
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23136; }
p { color: rgb(178,49,54); }
H1.HeaderClassName
{
color: #B23136;
}
.AnyTagClassName
{
color: #B23136;
}
</style>
background-color css
<style>
a { background-color: #B23136; }
a { background-color: rgb(178,49,54); }
div.DivClassName
{
background-color: #B23136;
}
.BgClassName
{
background-color: #B23136;
}
</style>
border-color css
<style>
span { border-color: #B23136; }
span { border-color: rgb(178,49,54); }
td.TdClassName
{
border-color: #B23136;
}
.TagClassName
{
border-color: #B23136;
}
</style>