Shades of Tall Poppy #842D2C
Tints of Tall Poppy #842D2C
RGB
CMYK
RGB Variations
Color information
#842D2C (or 0x842D2C) is known color: Tall Poppy. HEX triplet: 84, 2D and 2C. RGB value is (132,45,44). Sum of RGB (Red+Green+Blue) = 132+45+44=221 (29% of max value = 765). Red value is 132 (51.95% from 255 or 59.73% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 132 - color contains mainly: red. Hex color #842D2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #842D2C is #7BD2D3. Grayscale: #464646. Windows color (decimal): -8114900 or 2895236. OLE color: 2895236.
HSL color Cylindrical-coordinate representation of color #842D2C: hue angle of 0.68º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #842D2C is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 45 | 44 | - |
| CMYK | 0 | 0.66 | 0.67 | 0.48 |
| HSL | 0.68º | 0.5% | 0.35% | - |
| HSV(B) | 0.68º | 0.67% | 0.52% | - |
| XYZ | 10.91 | 6.96 | 3.15 | - |
| YUV | 70.9 | 112.82 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 45 | 44 | 0 | 0.66 | 0.67 | 0.48 | 0.68 | 0.5 | 0.35 |
| Hex | 84 | 2D | 2C | 0 | 42 | 43 | 30 | 1 | 32 | 23 |
| Octal | 204 | 55 | 54 | 0 | 102 | 103 | 60 | 1 | 62 | 43 |
| Binary | 10000100 | 101101 | 101100 | 0 | 1000010 | 1000011 | 110000 | 1 | 110010 | 100011 |
Color Harmonies of #842D2C
Complementary color
Monochromatic Colors of #842D2C
Black with #842D2C
Text Example
Text Example
White with #842D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #842D2C; }
p { color: rgb(132,45,44); }
H1.HeaderClassName
{
color: #842D2C;
}
.AnyTagClassName
{
color: #842D2C;
}
</style>
background-color css
<style>
a { background-color: #842D2C; }
a { background-color: rgb(132,45,44); }
div.DivClassName
{
background-color: #842D2C;
}
.BgClassName
{
background-color: #842D2C;
}
</style>
border-color css
<style>
span { border-color: #842D2C; }
span { border-color: rgb(132,45,44); }
td.TdClassName
{
border-color: #842D2C;
}
.TagClassName
{
border-color: #842D2C;
}
</style>