Shades of Tall Poppy #863F3F
Tints of Tall Poppy #863F3F
RGB
CMYK
RGB Variations
Color information
#863F3F (or 0x863F3F) is known color: Tall Poppy. HEX triplet: 86, 3F and 3F. RGB value is (134,63,63). Sum of RGB (Red+Green+Blue) = 134+63+63=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 63 (25% from 255 or 24.23% from 260); Blue value is 63 (25% from 255 or 24.23% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #863F3F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #863F3F is #79C0C0. Grayscale: #545454. Windows color (decimal): -7979201 or 4145030. OLE color: 4145030.
HSL color Cylindrical-coordinate representation of color #863F3F: hue angle of 0º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #863F3F is Cyan = 0, Magento = 0.53, Yellow = 0.53 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 63 | 63 | - |
| CMYK | 0 | 0.53 | 0.53 | 0.47 |
| HSL | 0º | 0.36% | 0.39% | - |
| HSV(B) | 0º | 0.53% | 0.53% | - |
| XYZ | 12.51 | 8.98 | 5.78 | - |
| YUV | 84.23 | 116.02 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 63 | 63 | 0 | 0.53 | 0.53 | 0.47 | 0 | 0.36 | 0.39 |
| Hex | 86 | 3F | 3F | 0 | 35 | 35 | 2F | 0 | 24 | 27 |
| Octal | 206 | 77 | 77 | 0 | 65 | 65 | 57 | 0 | 44 | 47 |
| Binary | 10000110 | 111111 | 111111 | 0 | 110101 | 110101 | 101111 | 0 | 100100 | 100111 |
Color Harmonies of #863F3F
Complementary color
Monochromatic Colors of #863F3F
Black with #863F3F
Text Example
Text Example
White with #863F3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863F3F; }
p { color: rgb(134,63,63); }
H1.HeaderClassName
{
color: #863F3F;
}
.AnyTagClassName
{
color: #863F3F;
}
</style>
background-color css
<style>
a { background-color: #863F3F; }
a { background-color: rgb(134,63,63); }
div.DivClassName
{
background-color: #863F3F;
}
.BgClassName
{
background-color: #863F3F;
}
</style>
border-color css
<style>
span { border-color: #863F3F; }
span { border-color: rgb(134,63,63); }
td.TdClassName
{
border-color: #863F3F;
}
.TagClassName
{
border-color: #863F3F;
}
</style>