Shades of Mahogany #BD2E33
Tints of Mahogany #BD2E33
RGB
CMYK
RGB Variations
Color information
#BD2E33 (or 0xBD2E33) is known color: Mahogany. HEX triplet: BD, 2E and 33. RGB value is (189,46,51). Sum of RGB (Red+Green+Blue) = 189+46+51=286 (37% of max value = 765). Red value is 189 (74.22% from 255 or 66.08% from 286); Green value is 46 (18.36% from 255 or 16.08% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2E33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2E33 is #42D1CC. Grayscale: #595959. Windows color (decimal): -4379085 or 3354301. OLE color: 3354301.
HSL color Cylindrical-coordinate representation of color #BD2E33: hue angle of 357.9º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BD2E33 is Cyan = 0, Magento = 0.76, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 46 | 51 | - |
| CMYK | 0 | 0.76 | 0.73 | 0.26 |
| HSL | 357.9º | 0.61% | 0.46% | - |
| HSV(B) | 357.9º | 0.76% | 0.74% | - |
| XYZ | 22.56 | 13.01 | 4.45 | - |
| YUV | 89.33 | 106.38 | 199.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 46 | 51 | 0 | 0.76 | 0.73 | 0.26 | 357.9 | 0.61 | 0.46 |
| Hex | BD | 2E | 33 | 0 | 4C | 49 | 1A | 166 | 3D | 2E |
| Octal | 275 | 56 | 63 | 0 | 114 | 111 | 32 | 546 | 75 | 56 |
| Binary | 10111101 | 101110 | 110011 | 0 | 1001100 | 1001001 | 11010 | 101100110 | 111101 | 101110 |
Color Harmonies of #BD2E33
Complementary color
Monochromatic Colors of #BD2E33
Black with #BD2E33
Text Example
Text Example
White with #BD2E33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2E33; }
p { color: rgb(189,46,51); }
H1.HeaderClassName
{
color: #BD2E33;
}
.AnyTagClassName
{
color: #BD2E33;
}
</style>
background-color css
<style>
a { background-color: #BD2E33; }
a { background-color: rgb(189,46,51); }
div.DivClassName
{
background-color: #BD2E33;
}
.BgClassName
{
background-color: #BD2E33;
}
</style>
border-color css
<style>
span { border-color: #BD2E33; }
span { border-color: rgb(189,46,51); }
td.TdClassName
{
border-color: #BD2E33;
}
.TagClassName
{
border-color: #BD2E33;
}
</style>