Shades of Mahogany #B73338
Tints of Mahogany #B73338
RGB
CMYK
RGB Variations
Color information
#B73338 (or 0xB73338) is known color: Mahogany. HEX triplet: B7, 33 and 38. RGB value is (183,51,56). Sum of RGB (Red+Green+Blue) = 183+51+56=290 (38% of max value = 765). Red value is 183 (71.88% from 255 or 63.10% from 290); Green value is 51 (20.31% from 255 or 17.59% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 183 - color contains mainly: red. Hex color #B73338 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73338 is #48CCC7. Grayscale: #5B5B5B. Windows color (decimal): -4771016 or 3683255. OLE color: 3683255.
HSL color Cylindrical-coordinate representation of color #B73338: hue angle of 357.73º degrees, saturation: 0.56, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #B73338 is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 51 | 56 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.28 |
| HSL | 357.73º | 0.56% | 0.46% | - |
| HSV(B) | 357.73º | 0.72% | 0.72% | - |
| XYZ | 21.43 | 12.72 | 5.07 | - |
| YUV | 91.04 | 108.23 | 193.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 51 | 56 | 0 | 0.72 | 0.69 | 0.28 | 357.73 | 0.56 | 0.46 |
| Hex | B7 | 33 | 38 | 0 | 48 | 45 | 1C | 166 | 38 | 2E |
| Octal | 267 | 63 | 70 | 0 | 110 | 105 | 34 | 546 | 70 | 56 |
| Binary | 10110111 | 110011 | 111000 | 0 | 1001000 | 1000101 | 11100 | 101100110 | 111000 | 101110 |
Color Harmonies of #B73338
Complementary color
Monochromatic Colors of #B73338
Black with #B73338
Text Example
Text Example
White with #B73338
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73338; }
p { color: rgb(183,51,56); }
H1.HeaderClassName
{
color: #B73338;
}
.AnyTagClassName
{
color: #B73338;
}
</style>
background-color css
<style>
a { background-color: #B73338; }
a { background-color: rgb(183,51,56); }
div.DivClassName
{
background-color: #B73338;
}
.BgClassName
{
background-color: #B73338;
}
</style>
border-color css
<style>
span { border-color: #B73338; }
span { border-color: rgb(183,51,56); }
td.TdClassName
{
border-color: #B73338;
}
.TagClassName
{
border-color: #B73338;
}
</style>