Shades of Mahogany #BE3F41
Tints of Mahogany #BE3F41
RGB
CMYK
RGB Variations
Color information
#BE3F41 (or 0xBE3F41) is known color: Mahogany. HEX triplet: BE, 3F and 41. RGB value is (190,63,65). Sum of RGB (Red+Green+Blue) = 190+63+65=318 (42% of max value = 765). Red value is 190 (74.61% from 255 or 59.75% from 318); Green value is 63 (25% from 255 or 19.81% from 318); Blue value is 65 (25.78% from 255 or 20.44% from 318); Max value from RGB is 190 - color contains mainly: red. Hex color #BE3F41 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE3F41 is #41C0BE. Grayscale: #656565. Windows color (decimal): -4309183 or 4276158. OLE color: 4276158.
HSL color Cylindrical-coordinate representation of color #BE3F41: hue angle of 359.06º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BE3F41 is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 190 | 63 | 65 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.25 |
| HSL | 359.06º | 0.5% | 0.5% | - |
| HSV(B) | 359.06º | 0.67% | 0.75% | - |
| XYZ | 23.97 | 14.88 | 6.61 | - |
| YUV | 101.2 | 107.58 | 191.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 190 | 63 | 65 | 0 | 0.67 | 0.66 | 0.25 | 359.06 | 0.5 | 0.5 |
| Hex | BE | 3F | 41 | 0 | 43 | 42 | 19 | 167 | 32 | 32 |
| Octal | 276 | 77 | 101 | 0 | 103 | 102 | 31 | 547 | 62 | 62 |
| Binary | 10111110 | 111111 | 1000001 | 0 | 1000011 | 1000010 | 11001 | 101100111 | 110010 | 110010 |
Color Harmonies of #BE3F41
Complementary color
Monochromatic Colors of #BE3F41
Black with #BE3F41
Text Example
Text Example
White with #BE3F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BE3F41; }
p { color: rgb(190,63,65); }
H1.HeaderClassName
{
color: #BE3F41;
}
.AnyTagClassName
{
color: #BE3F41;
}
</style>
background-color css
<style>
a { background-color: #BE3F41; }
a { background-color: rgb(190,63,65); }
div.DivClassName
{
background-color: #BE3F41;
}
.BgClassName
{
background-color: #BE3F41;
}
</style>
border-color css
<style>
span { border-color: #BE3F41; }
span { border-color: rgb(190,63,65); }
td.TdClassName
{
border-color: #BE3F41;
}
.TagClassName
{
border-color: #BE3F41;
}
</style>