Shades of Mahogany #BD343A
Tints of Mahogany #BD343A
RGB
CMYK
RGB Variations
Color information
#BD343A (or 0xBD343A) is known color: Mahogany. HEX triplet: BD, 34 and 3A. RGB value is (189,52,58). Sum of RGB (Red+Green+Blue) = 189+52+58=299 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63.21% from 299); Green value is 52 (20.70% from 255 or 17.39% from 299); Blue value is 58 (23.05% from 255 or 19.40% from 299); Max value from RGB is 189 - color contains mainly: red. Hex color #BD343A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD343A is #42CBC5. Grayscale: #5D5D5D. Windows color (decimal): -4377542 or 3814589. OLE color: 3814589.
HSL color Cylindrical-coordinate representation of color #BD343A: hue angle of 357.37º degrees, saturation: 0.57, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #BD343A is Cyan = 0, Magento = 0.72, Yellow = 0.69 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 52 | 58 | - |
| CMYK | 0 | 0.72 | 0.69 | 0.26 |
| HSL | 357.37º | 0.57% | 0.47% | - |
| HSV(B) | 357.37º | 0.72% | 0.74% | - |
| XYZ | 22.98 | 13.58 | 5.41 | - |
| YUV | 93.65 | 107.89 | 196.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 52 | 58 | 0 | 0.72 | 0.69 | 0.26 | 357.37 | 0.57 | 0.47 |
| Hex | BD | 34 | 3A | 0 | 48 | 45 | 1A | 165 | 39 | 2F |
| Octal | 275 | 64 | 72 | 0 | 110 | 105 | 32 | 545 | 71 | 57 |
| Binary | 10111101 | 110100 | 111010 | 0 | 1001000 | 1000101 | 11010 | 101100101 | 111001 | 101111 |
Color Harmonies of #BD343A
Complementary color
Monochromatic Colors of #BD343A
Black with #BD343A
Text Example
Text Example
White with #BD343A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD343A; }
p { color: rgb(189,52,58); }
H1.HeaderClassName
{
color: #BD343A;
}
.AnyTagClassName
{
color: #BD343A;
}
</style>
background-color css
<style>
a { background-color: #BD343A; }
a { background-color: rgb(189,52,58); }
div.DivClassName
{
background-color: #BD343A;
}
.BgClassName
{
background-color: #BD343A;
}
</style>
border-color css
<style>
span { border-color: #BD343A; }
span { border-color: rgb(189,52,58); }
td.TdClassName
{
border-color: #BD343A;
}
.TagClassName
{
border-color: #BD343A;
}
</style>