Shades of Mahogany #B93D3E
Tints of Mahogany #B93D3E
RGB
CMYK
RGB Variations
Color information
#B93D3E (or 0xB93D3E) is known color: Mahogany. HEX triplet: B9, 3D and 3E. RGB value is (185,61,62). Sum of RGB (Red+Green+Blue) = 185+61+62=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 61 (24.22% from 255 or 19.81% from 308); Blue value is 62 (24.61% from 255 or 20.13% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B93D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B93D3E is #46C2C1. Grayscale: #626262. Windows color (decimal): -4637378 or 4079033. OLE color: 4079033.
HSL color Cylindrical-coordinate representation of color #B93D3E: hue angle of 359.52º degrees, saturation: 0.5, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B93D3E is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 185 | 61 | 62 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.27 |
| HSL | 359.52º | 0.5% | 0.48% | - |
| HSV(B) | 359.52º | 0.67% | 0.73% | - |
| XYZ | 22.55 | 14 | 6.07 | - |
| YUV | 98.19 | 107.58 | 189.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 61 | 62 | 0 | 0.67 | 0.66 | 0.27 | 359.52 | 0.5 | 0.48 |
| Hex | B9 | 3D | 3E | 0 | 43 | 42 | 1B | 168 | 32 | 30 |
| Octal | 271 | 75 | 76 | 0 | 103 | 102 | 33 | 550 | 62 | 60 |
| Binary | 10111001 | 111101 | 111110 | 0 | 1000011 | 1000010 | 11011 | 101101000 | 110010 | 110000 |
Color Harmonies of #B93D3E
Complementary color
Monochromatic Colors of #B93D3E
Black with #B93D3E
Text Example
Text Example
White with #B93D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B93D3E; }
p { color: rgb(185,61,62); }
H1.HeaderClassName
{
color: #B93D3E;
}
.AnyTagClassName
{
color: #B93D3E;
}
</style>
background-color css
<style>
a { background-color: #B93D3E; }
a { background-color: rgb(185,61,62); }
div.DivClassName
{
background-color: #B93D3E;
}
.BgClassName
{
background-color: #B93D3E;
}
</style>
border-color css
<style>
span { border-color: #B93D3E; }
span { border-color: rgb(185,61,62); }
td.TdClassName
{
border-color: #B93D3E;
}
.TagClassName
{
border-color: #B93D3E;
}
</style>