Shades of Mahogany #BD3639
Tints of Mahogany #BD3639
RGB
CMYK
RGB Variations
Color information
#BD3639 (or 0xBD3639) is known color: Mahogany. HEX triplet: BD, 36 and 39. RGB value is (189,54,57). Sum of RGB (Red+Green+Blue) = 189+54+57=300 (39% of max value = 765). Red value is 189 (74.22% from 255 or 63% from 300); Green value is 54 (21.48% from 255 or 18% from 300); Blue value is 57 (22.66% from 255 or 19% from 300); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3639 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3639 is #42C9C6. Grayscale: #5E5E5E. Windows color (decimal): -4377031 or 3749565. OLE color: 3749565.
HSL color Cylindrical-coordinate representation of color #BD3639: hue angle of 358.67º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BD3639 is Cyan = 0, Magento = 0.71, Yellow = 0.70 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 54 | 57 | - |
| CMYK | 0 | 0.71 | 0.70 | 0.26 |
| HSL | 358.67º | 0.56% | 0.48% | - |
| HSV(B) | 358.67º | 0.71% | 0.74% | - |
| XYZ | 23.04 | 13.75 | 5.31 | - |
| YUV | 94.71 | 106.73 | 195.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 54 | 57 | 0 | 0.71 | 0.70 | 0.26 | 358.67 | 0.56 | 0.48 |
| Hex | BD | 36 | 39 | 0 | 47 | 46 | 1A | 167 | 38 | 30 |
| Octal | 275 | 66 | 71 | 0 | 107 | 106 | 32 | 547 | 70 | 60 |
| Binary | 10111101 | 110110 | 111001 | 0 | 1000111 | 1000110 | 11010 | 101100111 | 111000 | 110000 |
Color Harmonies of #BD3639
Complementary color
Monochromatic Colors of #BD3639
Black with #BD3639
Text Example
Text Example
White with #BD3639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3639; }
p { color: rgb(189,54,57); }
H1.HeaderClassName
{
color: #BD3639;
}
.AnyTagClassName
{
color: #BD3639;
}
</style>
background-color css
<style>
a { background-color: #BD3639; }
a { background-color: rgb(189,54,57); }
div.DivClassName
{
background-color: #BD3639;
}
.BgClassName
{
background-color: #BD3639;
}
</style>
border-color css
<style>
span { border-color: #BD3639; }
span { border-color: rgb(189,54,57); }
td.TdClassName
{
border-color: #BD3639;
}
.TagClassName
{
border-color: #BD3639;
}
</style>