Shades of Tall Poppy #86322F
Tints of Tall Poppy #86322F
RGB
CMYK
RGB Variations
Color information
#86322F (or 0x86322F) is known color: Tall Poppy. HEX triplet: 86, 32 and 2F. RGB value is (134,50,47). Sum of RGB (Red+Green+Blue) = 134+50+47=231 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.01% from 231); Green value is 50 (19.92% from 255 or 21.65% from 231); Blue value is 47 (18.75% from 255 or 20.35% from 231); Max value from RGB is 134 - color contains mainly: red. Hex color #86322F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86322F is #79CDD0. Grayscale: #4A4A4A. Windows color (decimal): -7982545 or 3093126. OLE color: 3093126.
HSL color Cylindrical-coordinate representation of color #86322F: hue angle of 2.07º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #86322F is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 50 | 47 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.47 |
| HSL | 2.07º | 0.48% | 0.35% | - |
| HSV(B) | 2.07º | 0.65% | 0.53% | - |
| XYZ | 11.49 | 7.55 | 3.54 | - |
| YUV | 74.77 | 112.33 | 170.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 50 | 47 | 0 | 0.63 | 0.65 | 0.47 | 2.07 | 0.48 | 0.35 |
| Hex | 86 | 32 | 2F | 0 | 3F | 41 | 2F | 2 | 30 | 23 |
| Octal | 206 | 62 | 57 | 0 | 77 | 101 | 57 | 2 | 60 | 43 |
| Binary | 10000110 | 110010 | 101111 | 0 | 111111 | 1000001 | 101111 | 10 | 110000 | 100011 |
Color Harmonies of #86322F
Complementary color
Monochromatic Colors of #86322F
Black with #86322F
Text Example
Text Example
White with #86322F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86322F; }
p { color: rgb(134,50,47); }
H1.HeaderClassName
{
color: #86322F;
}
.AnyTagClassName
{
color: #86322F;
}
</style>
background-color css
<style>
a { background-color: #86322F; }
a { background-color: rgb(134,50,47); }
div.DivClassName
{
background-color: #86322F;
}
.BgClassName
{
background-color: #86322F;
}
</style>
border-color css
<style>
span { border-color: #86322F; }
span { border-color: rgb(134,50,47); }
td.TdClassName
{
border-color: #86322F;
}
.TagClassName
{
border-color: #86322F;
}
</style>