Shades of Tall Poppy #862F2D
Tints of Tall Poppy #862F2D
RGB
CMYK
RGB Variations
Color information
#862F2D (or 0x862F2D) is known color: Tall Poppy. HEX triplet: 86, 2F and 2D. RGB value is (134,47,45). Sum of RGB (Red+Green+Blue) = 134+47+45=226 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.29% from 226); Green value is 47 (18.75% from 255 or 20.80% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 134 - color contains mainly: red. Hex color #862F2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862F2D is #79D0D2. Grayscale: #484848. Windows color (decimal): -7983315 or 2961286. OLE color: 2961286.
HSL color Cylindrical-coordinate representation of color #862F2D: hue angle of 1.35º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #862F2D is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 47 | 45 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.47 |
| HSL | 1.35º | 0.5% | 0.35% | - |
| HSV(B) | 1.35º | 0.66% | 0.53% | - |
| XYZ | 11.32 | 7.29 | 3.29 | - |
| YUV | 72.79 | 112.32 | 171.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 47 | 45 | 0 | 0.65 | 0.66 | 0.47 | 1.35 | 0.5 | 0.35 |
| Hex | 86 | 2F | 2D | 0 | 41 | 42 | 2F | 1 | 32 | 23 |
| Octal | 206 | 57 | 55 | 0 | 101 | 102 | 57 | 1 | 62 | 43 |
| Binary | 10000110 | 101111 | 101101 | 0 | 1000001 | 1000010 | 101111 | 1 | 110010 | 100011 |
Color Harmonies of #862F2D
Complementary color
Monochromatic Colors of #862F2D
Black with #862F2D
Text Example
Text Example
White with #862F2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862F2D; }
p { color: rgb(134,47,45); }
H1.HeaderClassName
{
color: #862F2D;
}
.AnyTagClassName
{
color: #862F2D;
}
</style>
background-color css
<style>
a { background-color: #862F2D; }
a { background-color: rgb(134,47,45); }
div.DivClassName
{
background-color: #862F2D;
}
.BgClassName
{
background-color: #862F2D;
}
</style>
border-color css
<style>
span { border-color: #862F2D; }
span { border-color: rgb(134,47,45); }
td.TdClassName
{
border-color: #862F2D;
}
.TagClassName
{
border-color: #862F2D;
}
</style>