Shades of Mahogany #B73033
Tints of Mahogany #B73033
RGB
CMYK
RGB Variations
Color information
#B73033 (or 0xB73033) is known color: Mahogany. HEX triplet: B7, 30 and 33. RGB value is (183,48,51). Sum of RGB (Red+Green+Blue) = 183+48+51=282 (37% of max value = 765). Red value is 183 (71.88% from 255 or 64.89% from 282); Green value is 48 (19.14% from 255 or 17.02% from 282); Blue value is 51 (20.31% from 255 or 18.09% from 282); Max value from RGB is 183 - color contains mainly: red. Hex color #B73033 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73033 is #48CFCC. Grayscale: #585858. Windows color (decimal): -4771789 or 3354807. OLE color: 3354807.
HSL color Cylindrical-coordinate representation of color #B73033: hue angle of 358.67º degrees, saturation: 0.58, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B73033 is Cyan = 0, Magento = 0.74, Yellow = 0.72 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 48 | 51 | - |
| CMYK | 0 | 0.74 | 0.72 | 0.28 |
| HSL | 358.67º | 0.58% | 0.45% | - |
| HSV(B) | 358.67º | 0.74% | 0.72% | - |
| XYZ | 21.18 | 12.42 | 4.41 | - |
| YUV | 88.71 | 106.73 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 48 | 51 | 0 | 0.74 | 0.72 | 0.28 | 358.67 | 0.58 | 0.45 |
| Hex | B7 | 30 | 33 | 0 | 4A | 48 | 1C | 167 | 3A | 2D |
| Octal | 267 | 60 | 63 | 0 | 112 | 110 | 34 | 547 | 72 | 55 |
| Binary | 10110111 | 110000 | 110011 | 0 | 1001010 | 1001000 | 11100 | 101100111 | 111010 | 101101 |
Color Harmonies of #B73033
Complementary color
Monochromatic Colors of #B73033
Black with #B73033
Text Example
Text Example
White with #B73033
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73033; }
p { color: rgb(183,48,51); }
H1.HeaderClassName
{
color: #B73033;
}
.AnyTagClassName
{
color: #B73033;
}
</style>
background-color css
<style>
a { background-color: #B73033; }
a { background-color: rgb(183,48,51); }
div.DivClassName
{
background-color: #B73033;
}
.BgClassName
{
background-color: #B73033;
}
</style>
border-color css
<style>
span { border-color: #B73033; }
span { border-color: rgb(183,48,51); }
td.TdClassName
{
border-color: #B73033;
}
.TagClassName
{
border-color: #B73033;
}
</style>