Shades of Mahogany #BD4041
Tints of Mahogany #BD4041
RGB
CMYK
RGB Variations
Color information
#BD4041 (or 0xBD4041) is known color: Mahogany. HEX triplet: BD, 40 and 41. RGB value is (189,64,65). Sum of RGB (Red+Green+Blue) = 189+64+65=318 (42% of max value = 765). Red value is 189 (74.22% from 255 or 59.43% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 189 - color contains mainly: red. Hex color #BD4041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BD4041 is #42BFBE. Grayscale: #656565. Windows color (decimal): -4374463 or 4276413. OLE color: 4276413.
HSL color Cylindrical-coordinate representation of color #BD4041: 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 #BD4041 is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 189 | 64 | 65 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.26 |
| HSL | 359.52º | 0.49% | 0.5% | - |
| HSV(B) | 359.52º | 0.66% | 0.74% | - |
| XYZ | 23.77 | 14.87 | 6.62 | - |
| YUV | 101.49 | 107.41 | 190.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 189 | 64 | 65 | 0 | 0.66 | 0.66 | 0.26 | 359.52 | 0.49 | 0.5 |
| Hex | BD | 40 | 41 | 0 | 42 | 42 | 1A | 168 | 31 | 32 |
| Octal | 275 | 100 | 101 | 0 | 102 | 102 | 32 | 550 | 61 | 62 |
| Binary | 10111101 | 1000000 | 1000001 | 0 | 1000010 | 1000010 | 11010 | 101101000 | 110001 | 110010 |
Color Harmonies of #BD4041
Complementary color
Monochromatic Colors of #BD4041
Black with #BD4041
Text Example
Text Example
White with #BD4041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BD4041; }
p { color: rgb(189,64,65); }
H1.HeaderClassName
{
color: #BD4041;
}
.AnyTagClassName
{
color: #BD4041;
}
</style>
background-color css
<style>
a { background-color: #BD4041; }
a { background-color: rgb(189,64,65); }
div.DivClassName
{
background-color: #BD4041;
}
.BgClassName
{
background-color: #BD4041;
}
</style>
border-color css
<style>
span { border-color: #BD4041; }
span { border-color: rgb(189,64,65); }
td.TdClassName
{
border-color: #BD4041;
}
.TagClassName
{
border-color: #BD4041;
}
</style>