Shades of Mahogany #BD2F33
Tints of Mahogany #BD2F33
RGB
CMYK
RGB Variations
Color information
#BD2F33 (or 0xBD2F33) is known color: Mahogany. HEX triplet: BD, 2F and 33. RGB value is (189,47,51). Sum of RGB (Red+Green+Blue) = 189+47+51=287 (38% of max value = 765). Red value is 189 (74.22% from 255 or 65.85% from 287); Green value is 47 (18.75% from 255 or 16.38% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 189 - color contains mainly: red. Hex color #BD2F33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD2F33 is #42D0CC. Grayscale: #5A5A5A. Windows color (decimal): -4378829 or 3354557. OLE color: 3354557.
HSL color Cylindrical-coordinate representation of color #BD2F33: hue angle of 358.31º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #BD2F33 is Cyan = 0, Magento = 0.75, Yellow = 0.73 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 47 | 51 | - |
| CMYK | 0 | 0.75 | 0.73 | 0.26 |
| HSL | 358.31º | 0.6% | 0.46% | - |
| HSV(B) | 358.31º | 0.75% | 0.74% | - |
| XYZ | 22.6 | 13.09 | 4.47 | - |
| YUV | 89.91 | 106.04 | 198.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 47 | 51 | 0 | 0.75 | 0.73 | 0.26 | 358.31 | 0.6 | 0.46 |
| Hex | BD | 2F | 33 | 0 | 4B | 49 | 1A | 166 | 3C | 2E |
| Octal | 275 | 57 | 63 | 0 | 113 | 111 | 32 | 546 | 74 | 56 |
| Binary | 10111101 | 101111 | 110011 | 0 | 1001011 | 1001001 | 11010 | 101100110 | 111100 | 101110 |
Color Harmonies of #BD2F33
Complementary color
Monochromatic Colors of #BD2F33
Black with #BD2F33
Text Example
Text Example
White with #BD2F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD2F33; }
p { color: rgb(189,47,51); }
H1.HeaderClassName
{
color: #BD2F33;
}
.AnyTagClassName
{
color: #BD2F33;
}
</style>
background-color css
<style>
a { background-color: #BD2F33; }
a { background-color: rgb(189,47,51); }
div.DivClassName
{
background-color: #BD2F33;
}
.BgClassName
{
background-color: #BD2F33;
}
</style>
border-color css
<style>
span { border-color: #BD2F33; }
span { border-color: rgb(189,47,51); }
td.TdClassName
{
border-color: #BD2F33;
}
.TagClassName
{
border-color: #BD2F33;
}
</style>