Shades of Mahogany #BD4142
Tints of Mahogany #BD4142
RGB
CMYK
RGB Variations
Color information
#BD4142 (or 0xBD4142) is known color: Mahogany. HEX triplet: BD, 41 and 42. RGB value is (189,65,66). Sum of RGB (Red+Green+Blue) = 189+65+66=320 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.06% from 320); Green value is 65 (25.78% from 255 or 20.31% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4142 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4142 is #42BEBD. Grayscale: #666666. Windows color (decimal): -4374206 or 4342205. OLE color: 4342205.
HSL color Cylindrical-coordinate representation of color #BD4142: hue angle of 359.52º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BD4142 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 65 | 66 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.26 |
| HSL | 359.52º | 0.49% | 0.5% | - |
| HSV(B) | 359.52º | 0.66% | 0.74% | - |
| XYZ | 23.86 | 14.99 | 6.79 | - |
| YUV | 102.19 | 107.58 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 65 | 66 | 0 | 0.66 | 0.65 | 0.26 | 359.52 | 0.49 | 0.5 |
| Hex | BD | 41 | 42 | 0 | 42 | 41 | 1A | 168 | 31 | 32 |
| Octal | 275 | 101 | 102 | 0 | 102 | 101 | 32 | 550 | 61 | 62 |
| Binary | 10111101 | 1000001 | 1000010 | 0 | 1000010 | 1000001 | 11010 | 101101000 | 110001 | 110010 |
Color Harmonies of #BD4142
Complementary color
Monochromatic Colors of #BD4142
Black with #BD4142
Text Example
Text Example
White with #BD4142
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4142; }
p { color: rgb(189,65,66); }
H1.HeaderClassName
{
color: #BD4142;
}
.AnyTagClassName
{
color: #BD4142;
}
</style>
background-color css
<style>
a { background-color: #BD4142; }
a { background-color: rgb(189,65,66); }
div.DivClassName
{
background-color: #BD4142;
}
.BgClassName
{
background-color: #BD4142;
}
</style>
border-color css
<style>
span { border-color: #BD4142; }
span { border-color: rgb(189,65,66); }
td.TdClassName
{
border-color: #BD4142;
}
.TagClassName
{
border-color: #BD4142;
}
</style>