Shades of Tall Poppy #842F2B
Tints of Tall Poppy #842F2B
RGB
CMYK
RGB Variations
Color information
#842F2B (or 0x842F2B) is known color: Tall Poppy. HEX triplet: 84, 2F and 2B. RGB value is (132,47,43). Sum of RGB (Red+Green+Blue) = 132+47+43=222 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.46% from 222); Green value is 47 (18.75% from 255 or 21.17% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 132 - color contains mainly: red. Hex color #842F2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842F2B is #7BD0D4. Grayscale: #484848. Windows color (decimal): -8114389 or 2830212. OLE color: 2830212.
HSL color Cylindrical-coordinate representation of color #842F2B: hue angle of 2.7º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #842F2B is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 47 | 43 | - |
| CMYK | 0 | 0.64 | 0.67 | 0.48 |
| HSL | 2.7º | 0.51% | 0.34% | - |
| HSV(B) | 2.7º | 0.67% | 0.52% | - |
| XYZ | 10.97 | 7.11 | 3.08 | - |
| YUV | 71.96 | 111.66 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 47 | 43 | 0 | 0.64 | 0.67 | 0.48 | 2.7 | 0.51 | 0.34 |
| Hex | 84 | 2F | 2B | 0 | 40 | 43 | 30 | 3 | 33 | 22 |
| Octal | 204 | 57 | 53 | 0 | 100 | 103 | 60 | 3 | 63 | 42 |
| Binary | 10000100 | 101111 | 101011 | 0 | 1000000 | 1000011 | 110000 | 11 | 110011 | 100010 |
Color Harmonies of #842F2B
Complementary color
Monochromatic Colors of #842F2B
Black with #842F2B
Text Example
Text Example
White with #842F2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842F2B; }
p { color: rgb(132,47,43); }
H1.HeaderClassName
{
color: #842F2B;
}
.AnyTagClassName
{
color: #842F2B;
}
</style>
background-color css
<style>
a { background-color: #842F2B; }
a { background-color: rgb(132,47,43); }
div.DivClassName
{
background-color: #842F2B;
}
.BgClassName
{
background-color: #842F2B;
}
</style>
border-color css
<style>
span { border-color: #842F2B; }
span { border-color: rgb(132,47,43); }
td.TdClassName
{
border-color: #842F2B;
}
.TagClassName
{
border-color: #842F2B;
}
</style>