Shades of Tall Poppy #863636
Tints of Tall Poppy #863636
RGB
CMYK
RGB Variations
Color information
#863636 (or 0x863636) is known color: Tall Poppy. HEX triplet: 86, 36 and 36. RGB value is (134,54,54). Sum of RGB (Red+Green+Blue) = 134+54+54=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 54 (21.48% from 255 or 22.31% from 242); Blue value is 54 (21.48% from 255 or 22.31% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #863636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863636 is #79C9C9. Grayscale: #4E4E4E. Windows color (decimal): -7981514 or 3552902. OLE color: 3552902.
HSL color Cylindrical-coordinate representation of color #863636: hue angle of 0º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #863636 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 54 | 54 | - |
| CMYK | 0 | 0.60 | 0.60 | 0.47 |
| HSL | 0º | 0.43% | 0.37% | - |
| HSV(B) | 0º | 0.6% | 0.53% | - |
| XYZ | 11.82 | 7.97 | 4.41 | - |
| YUV | 77.92 | 114.5 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 54 | 54 | 0 | 0.60 | 0.60 | 0.47 | 0 | 0.43 | 0.37 |
| Hex | 86 | 36 | 36 | 0 | 3C | 3C | 2F | 0 | 2B | 25 |
| Octal | 206 | 66 | 66 | 0 | 74 | 74 | 57 | 0 | 53 | 45 |
| Binary | 10000110 | 110110 | 110110 | 0 | 111100 | 111100 | 101111 | 0 | 101011 | 100101 |
Color Harmonies of #863636
Complementary color
Monochromatic Colors of #863636
Black with #863636
Text Example
Text Example
White with #863636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863636; }
p { color: rgb(134,54,54); }
H1.HeaderClassName
{
color: #863636;
}
.AnyTagClassName
{
color: #863636;
}
</style>
background-color css
<style>
a { background-color: #863636; }
a { background-color: rgb(134,54,54); }
div.DivClassName
{
background-color: #863636;
}
.BgClassName
{
background-color: #863636;
}
</style>
border-color css
<style>
span { border-color: #863636; }
span { border-color: rgb(134,54,54); }
td.TdClassName
{
border-color: #863636;
}
.TagClassName
{
border-color: #863636;
}
</style>