Shades of Mahogany #B73E40
Tints of Mahogany #B73E40
RGB
CMYK
RGB Variations
Color information
#B73E40 (or 0xB73E40) is known color: Mahogany. HEX triplet: B7, 3E and 40. RGB value is (183,62,64). Sum of RGB (Red+Green+Blue) = 183+62+64=309 (40% of max value = 765). Red value is 183 (71.88% from 255 or 59.22% from 309); Green value is 62 (24.61% from 255 or 20.06% from 309); Blue value is 64 (25.39% from 255 or 20.71% from 309); Max value from RGB is 183 - color contains mainly: red. Hex color #B73E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B73E40 is #48C1BF. Grayscale: #626262. Windows color (decimal): -4768192 or 4210359. OLE color: 4210359.
HSL color Cylindrical-coordinate representation of color #B73E40: hue angle of 359.01º degrees, saturation: 0.49, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B73E40 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 62 | 64 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.28 |
| HSL | 359.01º | 0.49% | 0.48% | - |
| HSV(B) | 359.01º | 0.66% | 0.72% | - |
| XYZ | 22.18 | 13.88 | 6.36 | - |
| YUV | 98.41 | 108.59 | 188.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 62 | 64 | 0 | 0.66 | 0.65 | 0.28 | 359.01 | 0.49 | 0.48 |
| Hex | B7 | 3E | 40 | 0 | 42 | 41 | 1C | 167 | 31 | 30 |
| Octal | 267 | 76 | 100 | 0 | 102 | 101 | 34 | 547 | 61 | 60 |
| Binary | 10110111 | 111110 | 1000000 | 0 | 1000010 | 1000001 | 11100 | 101100111 | 110001 | 110000 |
Color Harmonies of #B73E40
Complementary color
Monochromatic Colors of #B73E40
Black with #B73E40
Text Example
Text Example
White with #B73E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B73E40; }
p { color: rgb(183,62,64); }
H1.HeaderClassName
{
color: #B73E40;
}
.AnyTagClassName
{
color: #B73E40;
}
</style>
background-color css
<style>
a { background-color: #B73E40; }
a { background-color: rgb(183,62,64); }
div.DivClassName
{
background-color: #B73E40;
}
.BgClassName
{
background-color: #B73E40;
}
</style>
border-color css
<style>
span { border-color: #B73E40; }
span { border-color: rgb(183,62,64); }
td.TdClassName
{
border-color: #B73E40;
}
.TagClassName
{
border-color: #B73E40;
}
</style>