Shades of Mahogany #BD3133
Tints of Mahogany #BD3133
RGB
CMYK
RGB Variations
Color information
#BD3133 (or 0xBD3133) is known color: Mahogany. HEX triplet: BD, 31 and 33. RGB value is (189,49,51). Sum of RGB (Red+Green+Blue) = 189+49+51=289 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.40% from 289); Green value is 49 (19.53% from 255 or 16.96% from 289); Blue value is 51 (20.31% from 255 or 17.65% from 289); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3133 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3133 is #42CECC. Grayscale: #5B5B5B. Windows color (decimal): -4378317 or 3355069. OLE color: 3355069.
HSL color Cylindrical-coordinate representation of color #BD3133: hue angle of 359.14º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #BD3133 is Cyan = 0, Magento = 0.74, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 49 | 51 | - |
| CMYK | 0 | 0.74 | 0.73 | 0.26 |
| HSL | 359.14º | 0.59% | 0.47% | - |
| HSV(B) | 359.14º | 0.74% | 0.74% | - |
| XYZ | 22.68 | 13.25 | 4.49 | - |
| YUV | 91.09 | 105.38 | 197.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 49 | 51 | 0 | 0.74 | 0.73 | 0.26 | 359.14 | 0.59 | 0.47 |
| Hex | BD | 31 | 33 | 0 | 4A | 49 | 1A | 167 | 3B | 2F |
| Octal | 275 | 61 | 63 | 0 | 112 | 111 | 32 | 547 | 73 | 57 |
| Binary | 10111101 | 110001 | 110011 | 0 | 1001010 | 1001001 | 11010 | 101100111 | 111011 | 101111 |
Color Harmonies of #BD3133
Complementary color
Monochromatic Colors of #BD3133
Black with #BD3133
Text Example
Text Example
White with #BD3133
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3133; }
p { color: rgb(189,49,51); }
H1.HeaderClassName
{
color: #BD3133;
}
.AnyTagClassName
{
color: #BD3133;
}
</style>
background-color css
<style>
a { background-color: #BD3133; }
a { background-color: rgb(189,49,51); }
div.DivClassName
{
background-color: #BD3133;
}
.BgClassName
{
background-color: #BD3133;
}
</style>
border-color css
<style>
span { border-color: #BD3133; }
span { border-color: rgb(189,49,51); }
td.TdClassName
{
border-color: #BD3133;
}
.TagClassName
{
border-color: #BD3133;
}
</style>