Shades of Mahogany #BD3D3E
Tints of Mahogany #BD3D3E
RGB
CMYK
RGB Variations
Color information
#BD3D3E (or 0xBD3D3E) is known color: Mahogany. HEX triplet: BD, 3D and 3E. RGB value is (189,61,62). Sum of RGB (Red+Green+Blue) = 189+61+62=312 (41% of max value = 765). Red value is 189 (74.22% from 255 or 60.58% from 312); Green value is 61 (24.22% from 255 or 19.55% from 312); Blue value is 62 (24.61% from 255 or 19.87% from 312); Max value from RGB is 189 - color contains mainly: red. Hex color #BD3D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD3D3E is #42C2C1. Grayscale: #636363. Windows color (decimal): -4375234 or 4079037. OLE color: 4079037.
HSL color Cylindrical-coordinate representation of color #BD3D3E: hue angle of 359.53º 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 #BD3D3E is Cyan = 0, Magento = 0.68, Yellow = 0.67 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 61 | 62 | - |
| CMYK | 0 | 0.68 | 0.67 | 0.26 |
| HSL | 359.53º | 0.51% | 0.49% | - |
| HSV(B) | 359.53º | 0.68% | 0.74% | - |
| XYZ | 23.52 | 14.5 | 6.12 | - |
| YUV | 99.39 | 106.91 | 191.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 61 | 62 | 0 | 0.68 | 0.67 | 0.26 | 359.53 | 0.51 | 0.49 |
| Hex | BD | 3D | 3E | 0 | 44 | 43 | 1A | 168 | 33 | 31 |
| Octal | 275 | 75 | 76 | 0 | 104 | 103 | 32 | 550 | 63 | 61 |
| Binary | 10111101 | 111101 | 111110 | 0 | 1000100 | 1000011 | 11010 | 101101000 | 110011 | 110001 |
Color Harmonies of #BD3D3E
Complementary color
Monochromatic Colors of #BD3D3E
Black with #BD3D3E
Text Example
Text Example
White with #BD3D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD3D3E; }
p { color: rgb(189,61,62); }
H1.HeaderClassName
{
color: #BD3D3E;
}
.AnyTagClassName
{
color: #BD3D3E;
}
</style>
background-color css
<style>
a { background-color: #BD3D3E; }
a { background-color: rgb(189,61,62); }
div.DivClassName
{
background-color: #BD3D3E;
}
.BgClassName
{
background-color: #BD3D3E;
}
</style>
border-color css
<style>
span { border-color: #BD3D3E; }
span { border-color: rgb(189,61,62); }
td.TdClassName
{
border-color: #BD3D3E;
}
.TagClassName
{
border-color: #BD3D3E;
}
</style>