Shades of Tall Poppy #842E2D
Tints of Tall Poppy #842E2D
RGB
CMYK
RGB Variations
Color information
#842E2D (or 0x842E2D) is known color: Tall Poppy. HEX triplet: 84, 2E and 2D. RGB value is (132,46,45). Sum of RGB (Red+Green+Blue) = 132+46+45=223 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.19% from 223); Green value is 46 (18.36% from 255 or 20.63% from 223); Blue value is 45 (17.97% from 255 or 20.18% from 223); Max value from RGB is 132 - color contains mainly: red. Hex color #842E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842E2D is #7BD1D2. Grayscale: #474747. Windows color (decimal): -8114643 or 2961028. OLE color: 2961028.
HSL color Cylindrical-coordinate representation of color #842E2D: hue angle of 0.69º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #842E2D is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 46 | 45 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.48 |
| HSL | 0.69º | 0.49% | 0.35% | - |
| HSV(B) | 0.69º | 0.66% | 0.52% | - |
| XYZ | 10.97 | 7.05 | 3.27 | - |
| YUV | 71.6 | 112.99 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 46 | 45 | 0 | 0.65 | 0.66 | 0.48 | 0.69 | 0.49 | 0.35 |
| Hex | 84 | 2E | 2D | 0 | 41 | 42 | 30 | 1 | 31 | 23 |
| Octal | 204 | 56 | 55 | 0 | 101 | 102 | 60 | 1 | 61 | 43 |
| Binary | 10000100 | 101110 | 101101 | 0 | 1000001 | 1000010 | 110000 | 1 | 110001 | 100011 |
Color Harmonies of #842E2D
Complementary color
Monochromatic Colors of #842E2D
Black with #842E2D
Text Example
Text Example
White with #842E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842E2D; }
p { color: rgb(132,46,45); }
H1.HeaderClassName
{
color: #842E2D;
}
.AnyTagClassName
{
color: #842E2D;
}
</style>
background-color css
<style>
a { background-color: #842E2D; }
a { background-color: rgb(132,46,45); }
div.DivClassName
{
background-color: #842E2D;
}
.BgClassName
{
background-color: #842E2D;
}
</style>
border-color css
<style>
span { border-color: #842E2D; }
span { border-color: rgb(132,46,45); }
td.TdClassName
{
border-color: #842E2D;
}
.TagClassName
{
border-color: #842E2D;
}
</style>