Shades of Mahogany #B63233
Tints of Mahogany #B63233
RGB
CMYK
RGB Variations
Color information
#B63233 (or 0xB63233) is known color: Mahogany. HEX triplet: B6, 32 and 33. RGB value is (182,50,51). Sum of RGB (Red+Green+Blue) = 182+50+51=283 (37% of max value = 765). Red value is 182 (71.48% from 255 or 64.31% from 283); Green value is 50 (19.92% from 255 or 17.67% from 283); Blue value is 51 (20.31% from 255 or 18.02% from 283); Max value from RGB is 182 - color contains mainly: red. Hex color #B63233 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B63233 is #49CDCC. Grayscale: #595959. Windows color (decimal): -4836813 or 3355318. OLE color: 3355318.
HSL color Cylindrical-coordinate representation of color #B63233: hue angle of 359.55º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B63233 is Cyan = 0, Magento = 0.73, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 50 | 51 | - |
| CMYK | 0 | 0.73 | 0.72 | 0.29 |
| HSL | 359.55º | 0.57% | 0.45% | - |
| HSV(B) | 359.55º | 0.73% | 0.71% | - |
| XYZ | 21.03 | 12.47 | 4.43 | - |
| YUV | 89.58 | 106.23 | 193.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 50 | 51 | 0 | 0.73 | 0.72 | 0.29 | 359.55 | 0.57 | 0.45 |
| Hex | B6 | 32 | 33 | 0 | 49 | 48 | 1D | 168 | 39 | 2D |
| Octal | 266 | 62 | 63 | 0 | 111 | 110 | 35 | 550 | 71 | 55 |
| Binary | 10110110 | 110010 | 110011 | 0 | 1001001 | 1001000 | 11101 | 101101000 | 111001 | 101101 |
Color Harmonies of #B63233
Complementary color
Monochromatic Colors of #B63233
Black with #B63233
Text Example
Text Example
White with #B63233
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B63233; }
p { color: rgb(182,50,51); }
H1.HeaderClassName
{
color: #B63233;
}
.AnyTagClassName
{
color: #B63233;
}
</style>
background-color css
<style>
a { background-color: #B63233; }
a { background-color: rgb(182,50,51); }
div.DivClassName
{
background-color: #B63233;
}
.BgClassName
{
background-color: #B63233;
}
</style>
border-color css
<style>
span { border-color: #B63233; }
span { border-color: rgb(182,50,51); }
td.TdClassName
{
border-color: #B63233;
}
.TagClassName
{
border-color: #B63233;
}
</style>