Shades of Mahogany #B64041
Tints of Mahogany #B64041
RGB
CMYK
RGB Variations
Color information
#B64041 (or 0xB64041) is known color: Mahogany. HEX triplet: B6, 40 and 41. RGB value is (182,64,65). Sum of RGB (Red+Green+Blue) = 182+64+65=311 (41% of max value = 765). Red value is 182 (71.48% from 255 or 58.52% from 311); Green value is 64 (25.39% from 255 or 20.58% from 311); Blue value is 65 (25.78% from 255 or 20.90% from 311); Max value from RGB is 182 - color contains mainly: red. Hex color #B64041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B64041 is #49BFBE. Grayscale: #636363. Windows color (decimal): -4833215 or 4276406. OLE color: 4276406.
HSL color Cylindrical-coordinate representation of color #B64041: hue angle of 359.49º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B64041 is Cyan = 0, Magento = 0.65, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 64 | 65 | - |
| CMYK | 0 | 0.65 | 0.64 | 0.29 |
| HSL | 359.49º | 0.48% | 0.48% | - |
| HSV(B) | 359.49º | 0.65% | 0.71% | - |
| XYZ | 22.08 | 13.99 | 6.54 | - |
| YUV | 99.4 | 108.59 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 64 | 65 | 0 | 0.65 | 0.64 | 0.29 | 359.49 | 0.48 | 0.48 |
| Hex | B6 | 40 | 41 | 0 | 41 | 40 | 1D | 167 | 30 | 30 |
| Octal | 266 | 100 | 101 | 0 | 101 | 100 | 35 | 547 | 60 | 60 |
| Binary | 10110110 | 1000000 | 1000001 | 0 | 1000001 | 1000000 | 11101 | 101100111 | 110000 | 110000 |
Color Harmonies of #B64041
Complementary color
Monochromatic Colors of #B64041
Black with #B64041
Text Example
Text Example
White with #B64041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B64041; }
p { color: rgb(182,64,65); }
H1.HeaderClassName
{
color: #B64041;
}
.AnyTagClassName
{
color: #B64041;
}
</style>
background-color css
<style>
a { background-color: #B64041; }
a { background-color: rgb(182,64,65); }
div.DivClassName
{
background-color: #B64041;
}
.BgClassName
{
background-color: #B64041;
}
</style>
border-color css
<style>
span { border-color: #B64041; }
span { border-color: rgb(182,64,65); }
td.TdClassName
{
border-color: #B64041;
}
.TagClassName
{
border-color: #B64041;
}
</style>