Shades of Tall Poppy #862D2A
Tints of Tall Poppy #862D2A
RGB
CMYK
RGB Variations
Color information
#862D2A (or 0x862D2A) is known color: Tall Poppy. HEX triplet: 86, 2D and 2A. RGB value is (134,45,42). Sum of RGB (Red+Green+Blue) = 134+45+42=221 (29% of max value = 765). Red value is 134 (52.73% from 255 or 60.63% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 42 (16.80% from 255 or 19.00% from 221); Max value from RGB is 134 - color contains mainly: red. Hex color #862D2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862D2A is #79D2D5. Grayscale: #474747. Windows color (decimal): -7983830 or 2764166. OLE color: 2764166.
HSL color Cylindrical-coordinate representation of color #862D2A: hue angle of 1.96º degrees, saturation: 0.52, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #862D2A is Cyan = 0, Magento = 0.66, Yellow = 0.69 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 45 | 42 | - |
| CMYK | 0 | 0.66 | 0.69 | 0.47 |
| HSL | 1.96º | 0.52% | 0.35% | - |
| HSV(B) | 1.96º | 0.69% | 0.53% | - |
| XYZ | 11.19 | 7.11 | 2.97 | - |
| YUV | 71.27 | 111.49 | 172.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 45 | 42 | 0 | 0.66 | 0.69 | 0.47 | 1.96 | 0.52 | 0.35 |
| Hex | 86 | 2D | 2A | 0 | 42 | 45 | 2F | 2 | 34 | 23 |
| Octal | 206 | 55 | 52 | 0 | 102 | 105 | 57 | 2 | 64 | 43 |
| Binary | 10000110 | 101101 | 101010 | 0 | 1000010 | 1000101 | 101111 | 10 | 110100 | 100011 |
Color Harmonies of #862D2A
Complementary color
Monochromatic Colors of #862D2A
Black with #862D2A
Text Example
Text Example
White with #862D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862D2A; }
p { color: rgb(134,45,42); }
H1.HeaderClassName
{
color: #862D2A;
}
.AnyTagClassName
{
color: #862D2A;
}
</style>
background-color css
<style>
a { background-color: #862D2A; }
a { background-color: rgb(134,45,42); }
div.DivClassName
{
background-color: #862D2A;
}
.BgClassName
{
background-color: #862D2A;
}
</style>
border-color css
<style>
span { border-color: #862D2A; }
span { border-color: rgb(134,45,42); }
td.TdClassName
{
border-color: #862D2A;
}
.TagClassName
{
border-color: #862D2A;
}
</style>