Shades of Mahogany #B33639
Tints of Mahogany #B33639
RGB
CMYK
RGB Variations
Color information
#B33639 (or 0xB33639) is known color: Mahogany. HEX triplet: B3, 36 and 39. RGB value is (179,54,57). Sum of RGB (Red+Green+Blue) = 179+54+57=290 (38% of max value = 765). Red value is 179 (70.31% from 255 or 61.72% from 290); Green value is 54 (21.48% from 255 or 18.62% from 290); Blue value is 57 (22.66% from 255 or 19.66% from 290); Max value from RGB is 179 - color contains mainly: red. Hex color #B33639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33639 is #4CC9C6. Grayscale: #5B5B5B. Windows color (decimal): -5032391 or 3749555. OLE color: 3749555.
HSL color Cylindrical-coordinate representation of color #B33639: hue angle of 358.56º degrees, saturation: 0.54, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B33639 is Cyan = 0, Magento = 0.70, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 54 | 57 | - |
| CMYK | 0 | 0.70 | 0.68 | 0.30 |
| HSL | 358.56º | 0.54% | 0.46% | - |
| HSV(B) | 358.56º | 0.7% | 0.7% | - |
| XYZ | 20.65 | 12.52 | 5.2 | - |
| YUV | 91.72 | 108.41 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 54 | 57 | 0 | 0.70 | 0.68 | 0.30 | 358.56 | 0.54 | 0.46 |
| Hex | B3 | 36 | 39 | 0 | 46 | 44 | 1E | 167 | 36 | 2E |
| Octal | 263 | 66 | 71 | 0 | 106 | 104 | 36 | 547 | 66 | 56 |
| Binary | 10110011 | 110110 | 111001 | 0 | 1000110 | 1000100 | 11110 | 101100111 | 110110 | 101110 |
Color Harmonies of #B33639
Complementary color
Monochromatic Colors of #B33639
Black with #B33639
Text Example
Text Example
White with #B33639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33639; }
p { color: rgb(179,54,57); }
H1.HeaderClassName
{
color: #B33639;
}
.AnyTagClassName
{
color: #B33639;
}
</style>
background-color css
<style>
a { background-color: #B33639; }
a { background-color: rgb(179,54,57); }
div.DivClassName
{
background-color: #B33639;
}
.BgClassName
{
background-color: #B33639;
}
</style>
border-color css
<style>
span { border-color: #B33639; }
span { border-color: rgb(179,54,57); }
td.TdClassName
{
border-color: #B33639;
}
.TagClassName
{
border-color: #B33639;
}
</style>