Shades of Mahogany #B33031
Tints of Mahogany #B33031
RGB
CMYK
RGB Variations
Color information
#B33031 (or 0xB33031) is known color: Mahogany. HEX triplet: B3, 30 and 31. RGB value is (179,48,49). Sum of RGB (Red+Green+Blue) = 179+48+49=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 48 (19.14% from 255 or 17.39% from 276); Blue value is 49 (19.53% from 255 or 17.75% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B33031 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33031 is #4CCFCE. Grayscale: #575757. Windows color (decimal): -5033935 or 3223731. OLE color: 3223731.
HSL color Cylindrical-coordinate representation of color #B33031: hue angle of 359.54º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B33031 is Cyan = 0, Magento = 0.73, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 48 | 49 | - |
| CMYK | 0 | 0.73 | 0.73 | 0.30 |
| HSL | 359.54º | 0.58% | 0.45% | - |
| HSV(B) | 359.54º | 0.73% | 0.7% | - |
| XYZ | 20.2 | 11.92 | 4.14 | - |
| YUV | 87.28 | 106.4 | 193.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 48 | 49 | 0 | 0.73 | 0.73 | 0.30 | 359.54 | 0.58 | 0.45 |
| Hex | B3 | 30 | 31 | 0 | 49 | 49 | 1E | 168 | 3A | 2D |
| Octal | 263 | 60 | 61 | 0 | 111 | 111 | 36 | 550 | 72 | 55 |
| Binary | 10110011 | 110000 | 110001 | 0 | 1001001 | 1001001 | 11110 | 101101000 | 111010 | 101101 |
Color Harmonies of #B33031
Complementary color
Monochromatic Colors of #B33031
Black with #B33031
Text Example
Text Example
White with #B33031
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33031; }
p { color: rgb(179,48,49); }
H1.HeaderClassName
{
color: #B33031;
}
.AnyTagClassName
{
color: #B33031;
}
</style>
background-color css
<style>
a { background-color: #B33031; }
a { background-color: rgb(179,48,49); }
div.DivClassName
{
background-color: #B33031;
}
.BgClassName
{
background-color: #B33031;
}
</style>
border-color css
<style>
span { border-color: #B33031; }
span { border-color: rgb(179,48,49); }
td.TdClassName
{
border-color: #B33031;
}
.TagClassName
{
border-color: #B33031;
}
</style>