Shades of Mahogany #BD3D41
Tints of Mahogany #BD3D41
RGB
CMYK
RGB Variations
Color information
#BD3D41 (or 0xBD3D41) is known color: Mahogany. HEX triplet: BD, 3D and 41. RGB value is (189,61,65). Sum of RGB (Red+Green+Blue) = 189+61+65=315 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 65 (25.78% from 255 or 20.63% from 315); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3D41 is #42C2BE. Grayscale: #636363. Windows color (decimal): -4375231 or 4275645. OLE color: 4275645.
HSL color Cylindrical-coordinate representation of color #BD3D41: hue angle of 358.12º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BD3D41 is Cyan = 0, Magento = 0.68, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 61 | 65 | - |
| CMYK | 0 | 0.68 | 0.66 | 0.26 |
| HSL | 358.13º | 0.51% | 0.49% | - |
| HSV(B) | 358.13º | 0.68% | 0.74% | - |
| XYZ | 23.61 | 14.54 | 6.56 | - |
| YUV | 99.73 | 108.41 | 191.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 61 | 65 | 0 | 0.68 | 0.66 | 0.26 | 358.13 | 0.51 | 0.49 |
| Hex | BD | 3D | 41 | 0 | 44 | 42 | 1A | 166 | 33 | 31 |
| Octal | 275 | 75 | 101 | 0 | 104 | 102 | 32 | 546 | 63 | 61 |
| Binary | 10111101 | 111101 | 1000001 | 0 | 1000100 | 1000010 | 11010 | 101100110 | 110011 | 110001 |
Color Harmonies of #BD3D41
Complementary color
Monochromatic Colors of #BD3D41
Black with #BD3D41
Text Example
Text Example
White with #BD3D41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3D41; }
p { color: rgb(189,61,65); }
H1.HeaderClassName
{
color: #BD3D41;
}
.AnyTagClassName
{
color: #BD3D41;
}
</style>
background-color css
<style>
a { background-color: #BD3D41; }
a { background-color: rgb(189,61,65); }
div.DivClassName
{
background-color: #BD3D41;
}
.BgClassName
{
background-color: #BD3D41;
}
</style>
border-color css
<style>
span { border-color: #BD3D41; }
span { border-color: rgb(189,61,65); }
td.TdClassName
{
border-color: #BD3D41;
}
.TagClassName
{
border-color: #BD3D41;
}
</style>