Shades of Tall Poppy #863432
Tints of Tall Poppy #863432
RGB
CMYK
RGB Variations
Color information
#863432 (or 0x863432) is known color: Tall Poppy. HEX triplet: 86, 34 and 32. RGB value is (134,52,50). Sum of RGB (Red+Green+Blue) = 134+52+50=236 (31% of max value = 765). Red value is 134 (52.73% from 255 or 56.78% from 236); Green value is 52 (20.70% from 255 or 22.03% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 134 - color contains mainly: red. Hex color #863432 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863432 is #79CBCD. Grayscale: #4C4C4C. Windows color (decimal): -7982030 or 3290246. OLE color: 3290246.
HSL color Cylindrical-coordinate representation of color #863432: hue angle of 1.43º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #863432 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 52 | 50 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.47 |
| HSL | 1.43º | 0.46% | 0.36% | - |
| HSV(B) | 1.43º | 0.63% | 0.53% | - |
| XYZ | 11.64 | 7.75 | 3.9 | - |
| YUV | 76.29 | 113.17 | 169.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 52 | 50 | 0 | 0.61 | 0.63 | 0.47 | 1.43 | 0.46 | 0.36 |
| Hex | 86 | 34 | 32 | 0 | 3D | 3F | 2F | 1 | 2E | 24 |
| Octal | 206 | 64 | 62 | 0 | 75 | 77 | 57 | 1 | 56 | 44 |
| Binary | 10000110 | 110100 | 110010 | 0 | 111101 | 111111 | 101111 | 1 | 101110 | 100100 |
Color Harmonies of #863432
Complementary color
Monochromatic Colors of #863432
Black with #863432
Text Example
Text Example
White with #863432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863432; }
p { color: rgb(134,52,50); }
H1.HeaderClassName
{
color: #863432;
}
.AnyTagClassName
{
color: #863432;
}
</style>
background-color css
<style>
a { background-color: #863432; }
a { background-color: rgb(134,52,50); }
div.DivClassName
{
background-color: #863432;
}
.BgClassName
{
background-color: #863432;
}
</style>
border-color css
<style>
span { border-color: #863432; }
span { border-color: rgb(134,52,50); }
td.TdClassName
{
border-color: #863432;
}
.TagClassName
{
border-color: #863432;
}
</style>