Shades of Tall Poppy #86322E
Tints of Tall Poppy #86322E
RGB
CMYK
RGB Variations
Color information
#86322E (or 0x86322E) is known color: Tall Poppy. HEX triplet: 86, 32 and 2E. RGB value is (134,50,46). Sum of RGB (Red+Green+Blue) = 134+50+46=230 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.26% from 230); Green value is 50 (19.92% from 255 or 21.74% from 230); Blue value is 46 (18.36% from 255 or 20% from 230); Max value from RGB is 134 - color contains mainly: red. Hex color #86322E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86322E is #79CDD1. Grayscale: #4A4A4A. Windows color (decimal): -7982546 or 3027590. OLE color: 3027590.
HSL color Cylindrical-coordinate representation of color #86322E: hue angle of 2.73º degrees, saturation: 0.49, 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 #86322E is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 50 | 46 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.47 |
| HSL | 2.73º | 0.49% | 0.35% | - |
| HSV(B) | 2.73º | 0.66% | 0.53% | - |
| XYZ | 11.47 | 7.55 | 3.44 | - |
| YUV | 74.66 | 111.83 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 50 | 46 | 0 | 0.63 | 0.66 | 0.47 | 2.73 | 0.49 | 0.35 |
| Hex | 86 | 32 | 2E | 0 | 3F | 42 | 2F | 3 | 31 | 23 |
| Octal | 206 | 62 | 56 | 0 | 77 | 102 | 57 | 3 | 61 | 43 |
| Binary | 10000110 | 110010 | 101110 | 0 | 111111 | 1000010 | 101111 | 11 | 110001 | 100011 |
Color Harmonies of #86322E
Complementary color
Monochromatic Colors of #86322E
Black with #86322E
Text Example
Text Example
White with #86322E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86322E; }
p { color: rgb(134,50,46); }
H1.HeaderClassName
{
color: #86322E;
}
.AnyTagClassName
{
color: #86322E;
}
</style>
background-color css
<style>
a { background-color: #86322E; }
a { background-color: rgb(134,50,46); }
div.DivClassName
{
background-color: #86322E;
}
.BgClassName
{
background-color: #86322E;
}
</style>
border-color css
<style>
span { border-color: #86322E; }
span { border-color: rgb(134,50,46); }
td.TdClassName
{
border-color: #86322E;
}
.TagClassName
{
border-color: #86322E;
}
</style>