Shades of Tall Poppy #86332F
Tints of Tall Poppy #86332F
RGB
CMYK
RGB Variations
Color information
#86332F (or 0x86332F) is known color: Tall Poppy. HEX triplet: 86, 33 and 2F. RGB value is (134,51,47). Sum of RGB (Red+Green+Blue) = 134+51+47=232 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.76% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 47 (18.75% from 255 or 20.26% from 232); Max value from RGB is 134 - color contains mainly: red. Hex color #86332F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #86332F is #79CCD0. Grayscale: #4B4B4B. Windows color (decimal): -7982289 or 3093382. OLE color: 3093382.
HSL color Cylindrical-coordinate representation of color #86332F: hue angle of 2.76º 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 #86332F is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 51 | 47 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.47 |
| HSL | 2.76º | 0.48% | 0.35% | - |
| HSV(B) | 2.76º | 0.65% | 0.53% | - |
| XYZ | 11.53 | 7.64 | 3.56 | - |
| YUV | 75.36 | 112 | 169.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 51 | 47 | 0 | 0.62 | 0.65 | 0.47 | 2.76 | 0.48 | 0.35 |
| Hex | 86 | 33 | 2F | 0 | 3E | 41 | 2F | 3 | 30 | 23 |
| Octal | 206 | 63 | 57 | 0 | 76 | 101 | 57 | 3 | 60 | 43 |
| Binary | 10000110 | 110011 | 101111 | 0 | 111110 | 1000001 | 101111 | 11 | 110000 | 100011 |
Color Harmonies of #86332F
Complementary color
Monochromatic Colors of #86332F
Black with #86332F
Text Example
Text Example
White with #86332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86332F; }
p { color: rgb(134,51,47); }
H1.HeaderClassName
{
color: #86332F;
}
.AnyTagClassName
{
color: #86332F;
}
</style>
background-color css
<style>
a { background-color: #86332F; }
a { background-color: rgb(134,51,47); }
div.DivClassName
{
background-color: #86332F;
}
.BgClassName
{
background-color: #86332F;
}
</style>
border-color css
<style>
span { border-color: #86332F; }
span { border-color: rgb(134,51,47); }
td.TdClassName
{
border-color: #86332F;
}
.TagClassName
{
border-color: #86332F;
}
</style>