Shades of Mahogany #B23234
Tints of Mahogany #B23234
RGB
CMYK
RGB Variations
Color information
#B23234 (or 0xB23234) is known color: Mahogany. HEX triplet: B2, 32 and 34. RGB value is (178,50,52). Sum of RGB (Red+Green+Blue) = 178+50+52=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 50 (19.92% from 255 or 17.86% from 280); Blue value is 52 (20.70% from 255 or 18.57% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B23234 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23234 is #4DCDCB. Grayscale: #585858. Windows color (decimal): -5098956 or 3420850. OLE color: 3420850.
HSL color Cylindrical-coordinate representation of color #B23234: hue angle of 359.06º degrees, saturation: 0.56, 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 #B23234 is Cyan = 0, Magento = 0.72, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 50 | 52 | - |
| CMYK | 0 | 0.72 | 0.71 | 0.30 |
| HSL | 359.06º | 0.56% | 0.45% | - |
| HSV(B) | 359.06º | 0.72% | 0.7% | - |
| XYZ | 20.12 | 11.99 | 4.5 | - |
| YUV | 88.5 | 107.41 | 191.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 50 | 52 | 0 | 0.72 | 0.71 | 0.30 | 359.06 | 0.56 | 0.45 |
| Hex | B2 | 32 | 34 | 0 | 48 | 47 | 1E | 167 | 38 | 2D |
| Octal | 262 | 62 | 64 | 0 | 110 | 107 | 36 | 547 | 70 | 55 |
| Binary | 10110010 | 110010 | 110100 | 0 | 1001000 | 1000111 | 11110 | 101100111 | 111000 | 101101 |
Color Harmonies of #B23234
Complementary color
Monochromatic Colors of #B23234
Black with #B23234
Text Example
Text Example
White with #B23234
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23234; }
p { color: rgb(178,50,52); }
H1.HeaderClassName
{
color: #B23234;
}
.AnyTagClassName
{
color: #B23234;
}
</style>
background-color css
<style>
a { background-color: #B23234; }
a { background-color: rgb(178,50,52); }
div.DivClassName
{
background-color: #B23234;
}
.BgClassName
{
background-color: #B23234;
}
</style>
border-color css
<style>
span { border-color: #B23234; }
span { border-color: rgb(178,50,52); }
td.TdClassName
{
border-color: #B23234;
}
.TagClassName
{
border-color: #B23234;
}
</style>