Shades of Tall Poppy #863232
Tints of Tall Poppy #863232
RGB
CMYK
RGB Variations
Color information
#863232 (or 0x863232) is known color: Tall Poppy. HEX triplet: 86, 32 and 32. RGB value is (134,50,50). Sum of RGB (Red+Green+Blue) = 134+50+50=234 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.26% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 134 - color contains mainly: red. Hex color #863232 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863232 is #79CDCD. Grayscale: #4B4B4B. Windows color (decimal): -7982542 or 3289734. OLE color: 3289734.
HSL color Cylindrical-coordinate representation of color #863232: hue angle of 0º 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 #863232 is Cyan = 0, Magento = 0.63, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 50 | 50 | - |
| CMYK | 0 | 0.63 | 0.63 | 0.47 |
| HSL | 0º | 0.46% | 0.36% | - |
| HSV(B) | 0º | 0.63% | 0.53% | - |
| XYZ | 11.55 | 7.58 | 3.87 | - |
| YUV | 75.12 | 113.83 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 50 | 50 | 0 | 0.63 | 0.63 | 0.47 | 0 | 0.46 | 0.36 |
| Hex | 86 | 32 | 32 | 0 | 3F | 3F | 2F | 0 | 2E | 24 |
| Octal | 206 | 62 | 62 | 0 | 77 | 77 | 57 | 0 | 56 | 44 |
| Binary | 10000110 | 110010 | 110010 | 0 | 111111 | 111111 | 101111 | 0 | 101110 | 100100 |
Color Harmonies of #863232
Complementary color
Monochromatic Colors of #863232
Black with #863232
Text Example
Text Example
White with #863232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863232; }
p { color: rgb(134,50,50); }
H1.HeaderClassName
{
color: #863232;
}
.AnyTagClassName
{
color: #863232;
}
</style>
background-color css
<style>
a { background-color: #863232; }
a { background-color: rgb(134,50,50); }
div.DivClassName
{
background-color: #863232;
}
.BgClassName
{
background-color: #863232;
}
</style>
border-color css
<style>
span { border-color: #863232; }
span { border-color: rgb(134,50,50); }
td.TdClassName
{
border-color: #863232;
}
.TagClassName
{
border-color: #863232;
}
</style>