Shades of Mahogany #B33D3E
Tints of Mahogany #B33D3E
RGB
CMYK
RGB Variations
Color information
#B33D3E (or 0xB33D3E) is known color: Mahogany. HEX triplet: B3, 3D and 3E. RGB value is (179,61,62). Sum of RGB (Red+Green+Blue) = 179+61+62=302 (40% of max value = 765). Red value is 179 (70.31% from 255 or 59.27% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 179 - color contains mainly: red. Hex color #B33D3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B33D3E is #4CC2C1. Grayscale: #606060. Windows color (decimal): -5030594 or 4079027. OLE color: 4079027.
HSL color Cylindrical-coordinate representation of color #B33D3E: hue angle of 359.49º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B33D3E is Cyan = 0, Magento = 0.66, Yellow = 0.65 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 61 | 62 | - |
| CMYK | 0 | 0.66 | 0.65 | 0.30 |
| HSL | 359.49º | 0.49% | 0.47% | - |
| HSV(B) | 359.49º | 0.66% | 0.7% | - |
| XYZ | 21.13 | 13.27 | 6 | - |
| YUV | 96.4 | 108.59 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 61 | 62 | 0 | 0.66 | 0.65 | 0.30 | 359.49 | 0.49 | 0.47 |
| Hex | B3 | 3D | 3E | 0 | 42 | 41 | 1E | 167 | 31 | 2F |
| Octal | 263 | 75 | 76 | 0 | 102 | 101 | 36 | 547 | 61 | 57 |
| Binary | 10110011 | 111101 | 111110 | 0 | 1000010 | 1000001 | 11110 | 101100111 | 110001 | 101111 |
Color Harmonies of #B33D3E
Complementary color
Monochromatic Colors of #B33D3E
Black with #B33D3E
Text Example
Text Example
White with #B33D3E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B33D3E; }
p { color: rgb(179,61,62); }
H1.HeaderClassName
{
color: #B33D3E;
}
.AnyTagClassName
{
color: #B33D3E;
}
</style>
background-color css
<style>
a { background-color: #B33D3E; }
a { background-color: rgb(179,61,62); }
div.DivClassName
{
background-color: #B33D3E;
}
.BgClassName
{
background-color: #B33D3E;
}
</style>
border-color css
<style>
span { border-color: #B33D3E; }
span { border-color: rgb(179,61,62); }
td.TdClassName
{
border-color: #B33D3E;
}
.TagClassName
{
border-color: #B33D3E;
}
</style>