Shades of Tall Poppy #863A37
Tints of Tall Poppy #863A37
RGB
CMYK
RGB Variations
Color information
#863A37 (or 0x863A37) is known color: Tall Poppy. HEX triplet: 86, 3A and 37. RGB value is (134,58,55). Sum of RGB (Red+Green+Blue) = 134+58+55=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 58 (23.05% from 255 or 23.48% from 247); Blue value is 55 (21.88% from 255 or 22.27% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #863A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863A37 is #79C5C8. Grayscale: #505050. Windows color (decimal): -7980489 or 3619462. OLE color: 3619462.
HSL color Cylindrical-coordinate representation of color #863A37: hue angle of 2.28º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #863A37 is Cyan = 0, Magento = 0.57, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 58 | 55 | - |
| CMYK | 0 | 0.57 | 0.59 | 0.47 |
| HSL | 2.28º | 0.42% | 0.37% | - |
| HSV(B) | 2.28º | 0.59% | 0.53% | - |
| XYZ | 12.03 | 8.37 | 4.6 | - |
| YUV | 80.38 | 113.68 | 166.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 58 | 55 | 0 | 0.57 | 0.59 | 0.47 | 2.28 | 0.42 | 0.37 |
| Hex | 86 | 3A | 37 | 0 | 39 | 3B | 2F | 2 | 2A | 25 |
| Octal | 206 | 72 | 67 | 0 | 71 | 73 | 57 | 2 | 52 | 45 |
| Binary | 10000110 | 111010 | 110111 | 0 | 111001 | 111011 | 101111 | 10 | 101010 | 100101 |
Color Harmonies of #863A37
Complementary color
Monochromatic Colors of #863A37
Black with #863A37
Text Example
Text Example
White with #863A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863A37; }
p { color: rgb(134,58,55); }
H1.HeaderClassName
{
color: #863A37;
}
.AnyTagClassName
{
color: #863A37;
}
</style>
background-color css
<style>
a { background-color: #863A37; }
a { background-color: rgb(134,58,55); }
div.DivClassName
{
background-color: #863A37;
}
.BgClassName
{
background-color: #863A37;
}
</style>
border-color css
<style>
span { border-color: #863A37; }
span { border-color: rgb(134,58,55); }
td.TdClassName
{
border-color: #863A37;
}
.TagClassName
{
border-color: #863A37;
}
</style>