Shades of Tall Poppy #842E2E
Tints of Tall Poppy #842E2E
RGB
CMYK
RGB Variations
Color information
#842E2E (or 0x842E2E) is known color: Tall Poppy. HEX triplet: 84, 2E and 2E. RGB value is (132,46,46). Sum of RGB (Red+Green+Blue) = 132+46+46=224 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.93% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 132 - color contains mainly: red. Hex color #842E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842E2E is #7BD1D1. Grayscale: #474747. Windows color (decimal): -8114642 or 3026564. OLE color: 3026564.
HSL color Cylindrical-coordinate representation of color #842E2E: hue angle of 0º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #842E2E is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 46 | 46 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.48 |
| HSL | 0º | 0.48% | 0.35% | - |
| HSV(B) | 0º | 0.65% | 0.52% | - |
| XYZ | 10.99 | 7.06 | 3.37 | - |
| YUV | 71.71 | 113.49 | 171 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 46 | 46 | 0 | 0.65 | 0.65 | 0.48 | 0 | 0.48 | 0.35 |
| Hex | 84 | 2E | 2E | 0 | 41 | 41 | 30 | 0 | 30 | 23 |
| Octal | 204 | 56 | 56 | 0 | 101 | 101 | 60 | 0 | 60 | 43 |
| Binary | 10000100 | 101110 | 101110 | 0 | 1000001 | 1000001 | 110000 | 0 | 110000 | 100011 |
Color Harmonies of #842E2E
Complementary color
Monochromatic Colors of #842E2E
Black with #842E2E
Text Example
Text Example
White with #842E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842E2E; }
p { color: rgb(132,46,46); }
H1.HeaderClassName
{
color: #842E2E;
}
.AnyTagClassName
{
color: #842E2E;
}
</style>
background-color css
<style>
a { background-color: #842E2E; }
a { background-color: rgb(132,46,46); }
div.DivClassName
{
background-color: #842E2E;
}
.BgClassName
{
background-color: #842E2E;
}
</style>
border-color css
<style>
span { border-color: #842E2E; }
span { border-color: rgb(132,46,46); }
td.TdClassName
{
border-color: #842E2E;
}
.TagClassName
{
border-color: #842E2E;
}
</style>