Shades of Mahogany #BD3F41
Tints of Mahogany #BD3F41
RGB
CMYK
RGB Variations
Color information
#BD3F41 (or 0xBD3F41) is known color: Mahogany. HEX triplet: BD, 3F and 41. RGB value is (189,63,65). Sum of RGB (Red+Green+Blue) = 189+63+65=317 (41% of max value = 765). Red value is 189 (74.22% from 255 or 59.62% from 317); Green value is 63 (25% from 255 or 19.87% from 317); Blue value is 65 (25.78% from 255 or 20.50% from 317); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3F41 is #42C0BE. Grayscale: #656565. Windows color (decimal): -4374719 or 4276157. OLE color: 4276157.
HSL color Cylindrical-coordinate representation of color #BD3F41: hue angle of 359.05º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BD3F41 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 63 | 65 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.26 |
| HSL | 359.05º | 0.5% | 0.49% | - |
| HSV(B) | 359.05º | 0.67% | 0.74% | - |
| XYZ | 23.72 | 14.76 | 6.6 | - |
| YUV | 100.9 | 107.74 | 190.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 63 | 65 | 0 | 0.67 | 0.66 | 0.26 | 359.05 | 0.5 | 0.49 |
| Hex | BD | 3F | 41 | 0 | 43 | 42 | 1A | 167 | 32 | 31 |
| Octal | 275 | 77 | 101 | 0 | 103 | 102 | 32 | 547 | 62 | 61 |
| Binary | 10111101 | 111111 | 1000001 | 0 | 1000011 | 1000010 | 11010 | 101100111 | 110010 | 110001 |
Color Harmonies of #BD3F41
Complementary color
Monochromatic Colors of #BD3F41
Black with #BD3F41
Text Example
Text Example
White with #BD3F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3F41; }
p { color: rgb(189,63,65); }
H1.HeaderClassName
{
color: #BD3F41;
}
.AnyTagClassName
{
color: #BD3F41;
}
</style>
background-color css
<style>
a { background-color: #BD3F41; }
a { background-color: rgb(189,63,65); }
div.DivClassName
{
background-color: #BD3F41;
}
.BgClassName
{
background-color: #BD3F41;
}
</style>
border-color css
<style>
span { border-color: #BD3F41; }
span { border-color: rgb(189,63,65); }
td.TdClassName
{
border-color: #BD3F41;
}
.TagClassName
{
border-color: #BD3F41;
}
</style>