Shades of Mahogany #B23B3D
Tints of Mahogany #B23B3D
RGB
CMYK
RGB Variations
Color information
#B23B3D (or 0xB23B3D) is known color: Mahogany. HEX triplet: B2, 3B and 3D. RGB value is (178,59,61). Sum of RGB (Red+Green+Blue) = 178+59+61=298 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.73% from 298); Green value is 59 (23.44% from 255 or 19.80% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 178 - color contains mainly: red. Hex color #B23B3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23B3D is #4DC4C2. Grayscale: #5E5E5E. Windows color (decimal): -5096643 or 4012978. OLE color: 4012978.
HSL color Cylindrical-coordinate representation of color #B23B3D: hue angle of 358.99º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B23B3D is Cyan = 0, Magento = 0.67, Yellow = 0.66 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 178 | 59 | 61 | - |
| CMYK | 0 | 0.67 | 0.66 | 0.30 |
| HSL | 358.99º | 0.5% | 0.46% | - |
| HSV(B) | 358.99º | 0.67% | 0.7% | - |
| XYZ | 20.77 | 12.93 | 5.82 | - |
| YUV | 94.81 | 108.92 | 187.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 59 | 61 | 0 | 0.67 | 0.66 | 0.30 | 358.99 | 0.5 | 0.46 |
| Hex | B2 | 3B | 3D | 0 | 43 | 42 | 1E | 167 | 32 | 2E |
| Octal | 262 | 73 | 75 | 0 | 103 | 102 | 36 | 547 | 62 | 56 |
| Binary | 10110010 | 111011 | 111101 | 0 | 1000011 | 1000010 | 11110 | 101100111 | 110010 | 101110 |
Color Harmonies of #B23B3D
Complementary color
Monochromatic Colors of #B23B3D
Black with #B23B3D
Text Example
Text Example
White with #B23B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B23B3D; }
p { color: rgb(178,59,61); }
H1.HeaderClassName
{
color: #B23B3D;
}
.AnyTagClassName
{
color: #B23B3D;
}
</style>
background-color css
<style>
a { background-color: #B23B3D; }
a { background-color: rgb(178,59,61); }
div.DivClassName
{
background-color: #B23B3D;
}
.BgClassName
{
background-color: #B23B3D;
}
</style>
border-color css
<style>
span { border-color: #B23B3D; }
span { border-color: rgb(178,59,61); }
td.TdClassName
{
border-color: #B23B3D;
}
.TagClassName
{
border-color: #B23B3D;
}
</style>