Shades of Grenadier #B55139
Tints of Grenadier #B55139
RGB
CMYK
RGB Variations
Color information
#B55139 (or 0xB55139) is known color: Grenadier. HEX triplet: B5, 51 and 39. RGB value is (181,81,57). Sum of RGB (Red+Green+Blue) = 181+81+57=319 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.74% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 57 (22.66% from 255 or 17.87% from 319); Max value from RGB is 181 - color contains mainly: red. Hex color #B55139 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55139 is #4AAEC6. Grayscale: #6C6C6C. Windows color (decimal): -4894407 or 3756469. OLE color: 3756469.
HSL color Cylindrical-coordinate representation of color #B55139: hue angle of 11.61º degrees, saturation: 0.52, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B55139 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 81 | 57 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.29 |
| HSL | 11.61º | 0.52% | 0.47% | - |
| HSV(B) | 11.61º | 0.69% | 0.71% | - |
| XYZ | 22.74 | 16 | 5.76 | - |
| YUV | 108.16 | 99.13 | 179.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 81 | 57 | 0 | 0.55 | 0.69 | 0.29 | 11.61 | 0.52 | 0.47 |
| Hex | B5 | 51 | 39 | 0 | 37 | 45 | 1D | C | 34 | 2F |
| Octal | 265 | 121 | 71 | 0 | 67 | 105 | 35 | 14 | 64 | 57 |
| Binary | 10110101 | 1010001 | 111001 | 0 | 110111 | 1000101 | 11101 | 1100 | 110100 | 101111 |
Color Harmonies of #B55139
Complementary color
Monochromatic Colors of #B55139
Black with #B55139
Text Example
Text Example
White with #B55139
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55139; }
p { color: rgb(181,81,57); }
H1.HeaderClassName
{
color: #B55139;
}
.AnyTagClassName
{
color: #B55139;
}
</style>
background-color css
<style>
a { background-color: #B55139; }
a { background-color: rgb(181,81,57); }
div.DivClassName
{
background-color: #B55139;
}
.BgClassName
{
background-color: #B55139;
}
</style>
border-color css
<style>
span { border-color: #B55139; }
span { border-color: rgb(181,81,57); }
td.TdClassName
{
border-color: #B55139;
}
.TagClassName
{
border-color: #B55139;
}
</style>