Shades of Tall Poppy #86312F
Tints of Tall Poppy #86312F
RGB
CMYK
RGB Variations
Color information
#86312F (or 0x86312F) is known color: Tall Poppy. HEX triplet: 86, 31 and 2F. RGB value is (134,49,47). Sum of RGB (Red+Green+Blue) = 134+49+47=230 (30% of max value = 765). Red value is 134 (52.73% from 255 or 58.26% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 134 - color contains mainly: red. Hex color #86312F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86312F is #79CED0. Grayscale: #4A4A4A. Windows color (decimal): -7982801 or 3092870. OLE color: 3092870.
HSL color Cylindrical-coordinate representation of color #86312F: hue angle of 1.38º 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 #86312F is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 49 | 47 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.47 |
| HSL | 1.38º | 0.48% | 0.35% | - |
| HSV(B) | 1.38º | 0.65% | 0.53% | - |
| XYZ | 11.44 | 7.47 | 3.53 | - |
| YUV | 74.19 | 112.66 | 170.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 49 | 47 | 0 | 0.63 | 0.65 | 0.47 | 1.38 | 0.48 | 0.35 |
| Hex | 86 | 31 | 2F | 0 | 3F | 41 | 2F | 1 | 30 | 23 |
| Octal | 206 | 61 | 57 | 0 | 77 | 101 | 57 | 1 | 60 | 43 |
| Binary | 10000110 | 110001 | 101111 | 0 | 111111 | 1000001 | 101111 | 1 | 110000 | 100011 |
Color Harmonies of #86312F
Complementary color
Monochromatic Colors of #86312F
Black with #86312F
Text Example
Text Example
White with #86312F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86312F; }
p { color: rgb(134,49,47); }
H1.HeaderClassName
{
color: #86312F;
}
.AnyTagClassName
{
color: #86312F;
}
</style>
background-color css
<style>
a { background-color: #86312F; }
a { background-color: rgb(134,49,47); }
div.DivClassName
{
background-color: #86312F;
}
.BgClassName
{
background-color: #86312F;
}
</style>
border-color css
<style>
span { border-color: #86312F; }
span { border-color: rgb(134,49,47); }
td.TdClassName
{
border-color: #86312F;
}
.TagClassName
{
border-color: #86312F;
}
</style>