Shades of Grenadier #B55239
Tints of Grenadier #B55239
RGB
CMYK
RGB Variations
Color information
#B55239 (or 0xB55239) is known color: Grenadier. HEX triplet: B5, 52 and 39. RGB value is (181,82,57). Sum of RGB (Red+Green+Blue) = 181+82+57=320 (42% of max value = 765). Red value is 181 (71.09% from 255 or 56.56% from 320); Green value is 82 (32.42% from 255 or 25.62% from 320); Blue value is 57 (22.66% from 255 or 17.81% from 320); Max value from RGB is 181 - color contains mainly: red. Hex color #B55239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B55239 is #4AADC6. Grayscale: #6C6C6C. Windows color (decimal): -4894151 or 3756725. OLE color: 3756725.
HSL color Cylindrical-coordinate representation of color #B55239: hue angle of 12.1º 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 #B55239 is Cyan = 0, Magento = 0.55, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 181 | 82 | 57 | - |
| CMYK | 0 | 0.55 | 0.69 | 0.29 |
| HSL | 12.1º | 0.52% | 0.47% | - |
| HSV(B) | 12.1º | 0.69% | 0.71% | - |
| XYZ | 22.81 | 16.15 | 5.79 | - |
| YUV | 108.75 | 98.8 | 179.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 82 | 57 | 0 | 0.55 | 0.69 | 0.29 | 12.1 | 0.52 | 0.47 |
| Hex | B5 | 52 | 39 | 0 | 37 | 45 | 1D | C | 34 | 2F |
| Octal | 265 | 122 | 71 | 0 | 67 | 105 | 35 | 14 | 64 | 57 |
| Binary | 10110101 | 1010010 | 111001 | 0 | 110111 | 1000101 | 11101 | 1100 | 110100 | 101111 |
Color Harmonies of #B55239
Complementary color
Monochromatic Colors of #B55239
Black with #B55239
Text Example
Text Example
White with #B55239
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B55239; }
p { color: rgb(181,82,57); }
H1.HeaderClassName
{
color: #B55239;
}
.AnyTagClassName
{
color: #B55239;
}
</style>
background-color css
<style>
a { background-color: #B55239; }
a { background-color: rgb(181,82,57); }
div.DivClassName
{
background-color: #B55239;
}
.BgClassName
{
background-color: #B55239;
}
</style>
border-color css
<style>
span { border-color: #B55239; }
span { border-color: rgb(181,82,57); }
td.TdClassName
{
border-color: #B55239;
}
.TagClassName
{
border-color: #B55239;
}
</style>