Shades of Mahogany #B93F40
Tints of Mahogany #B93F40
RGB
CMYK
RGB Variations
Color information
#B93F40 (or 0xB93F40) is known color: Mahogany. HEX triplet: B9, 3F and 40. RGB value is (185,63,64). Sum of RGB (Red+Green+Blue) = 185+63+64=312 (41% of max value = 765). Red value is 185 (72.66% from 255 or 59.29% from 312); Green value is 63 (25% from 255 or 20.19% from 312); Blue value is 64 (25.39% from 255 or 20.51% from 312); Max value from RGB is 185 - color contains mainly: red. Hex color #B93F40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93F40 is #46C0BF. Grayscale: #636363. Windows color (decimal): -4636864 or 4210617. OLE color: 4210617.
HSL color Cylindrical-coordinate representation of color #B93F40: hue angle of 359.51º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B93F40 is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 63 | 64 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.27 |
| HSL | 359.51º | 0.49% | 0.49% | - |
| HSV(B) | 359.51º | 0.66% | 0.73% | - |
| XYZ | 22.71 | 14.24 | 6.4 | - |
| YUV | 99.59 | 107.92 | 188.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 63 | 64 | 0 | 0.66 | 0.65 | 0.27 | 359.51 | 0.49 | 0.49 |
| Hex | B9 | 3F | 40 | 0 | 42 | 41 | 1B | 168 | 31 | 31 |
| Octal | 271 | 77 | 100 | 0 | 102 | 101 | 33 | 550 | 61 | 61 |
| Binary | 10111001 | 111111 | 1000000 | 0 | 1000010 | 1000001 | 11011 | 101101000 | 110001 | 110001 |
Color Harmonies of #B93F40
Complementary color
Monochromatic Colors of #B93F40
Black with #B93F40
Text Example
Text Example
White with #B93F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93F40; }
p { color: rgb(185,63,64); }
H1.HeaderClassName
{
color: #B93F40;
}
.AnyTagClassName
{
color: #B93F40;
}
</style>
background-color css
<style>
a { background-color: #B93F40; }
a { background-color: rgb(185,63,64); }
div.DivClassName
{
background-color: #B93F40;
}
.BgClassName
{
background-color: #B93F40;
}
</style>
border-color css
<style>
span { border-color: #B93F40; }
span { border-color: rgb(185,63,64); }
td.TdClassName
{
border-color: #B93F40;
}
.TagClassName
{
border-color: #B93F40;
}
</style>