Shades of Mahogany #B23334
Tints of Mahogany #B23334
RGB
CMYK
RGB Variations
Color information
#B23334 (or 0xB23334) is known color: Mahogany. HEX triplet: B2, 33 and 34. RGB value is (178,51,52). Sum of RGB (Red+Green+Blue) = 178+51+52=281 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.35% from 281); Green value is 51 (20.31% from 255 or 18.15% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 178 - color contains mainly: red. Hex color #B23334 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23334 is #4DCCCB. Grayscale: #595959. Windows color (decimal): -5098700 or 3421106. OLE color: 3421106.
HSL color Cylindrical-coordinate representation of color #B23334: hue angle of 359.53º degrees, saturation: 0.55, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #B23334 is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 51 | 52 | - |
| CMYK | 0 | 0.71 | 0.71 | 0.30 |
| HSL | 359.53º | 0.55% | 0.45% | - |
| HSV(B) | 359.53º | 0.71% | 0.7% | - |
| XYZ | 20.16 | 12.08 | 4.52 | - |
| YUV | 89.09 | 107.08 | 191.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 51 | 52 | 0 | 0.71 | 0.71 | 0.30 | 359.53 | 0.55 | 0.45 |
| Hex | B2 | 33 | 34 | 0 | 47 | 47 | 1E | 168 | 37 | 2D |
| Octal | 262 | 63 | 64 | 0 | 107 | 107 | 36 | 550 | 67 | 55 |
| Binary | 10110010 | 110011 | 110100 | 0 | 1000111 | 1000111 | 11110 | 101101000 | 110111 | 101101 |
Color Harmonies of #B23334
Complementary color
Monochromatic Colors of #B23334
Black with #B23334
Text Example
Text Example
White with #B23334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23334; }
p { color: rgb(178,51,52); }
H1.HeaderClassName
{
color: #B23334;
}
.AnyTagClassName
{
color: #B23334;
}
</style>
background-color css
<style>
a { background-color: #B23334; }
a { background-color: rgb(178,51,52); }
div.DivClassName
{
background-color: #B23334;
}
.BgClassName
{
background-color: #B23334;
}
</style>
border-color css
<style>
span { border-color: #B23334; }
span { border-color: rgb(178,51,52); }
td.TdClassName
{
border-color: #B23334;
}
.TagClassName
{
border-color: #B23334;
}
</style>