Shades of Tall Poppy #862D2D
Tints of Tall Poppy #862D2D
RGB
CMYK
RGB Variations
Color information
#862D2D (or 0x862D2D) is known color: Tall Poppy. HEX triplet: 86, 2D and 2D. RGB value is (134,45,45). Sum of RGB (Red+Green+Blue) = 134+45+45=224 (29% of max value = 765). Red value is 134 (52.73% from 255 or 59.82% from 224); Green value is 45 (17.97% from 255 or 20.09% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 134 - color contains mainly: red. Hex color #862D2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #862D2D is #79D2D2. Grayscale: #474747. Windows color (decimal): -7983827 or 2960774. OLE color: 2960774.
HSL color Cylindrical-coordinate representation of color #862D2D: hue angle of 0º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #862D2D is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 45 | 45 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.47 |
| HSL | 0º | 0.5% | 0.35% | - |
| HSV(B) | 0º | 0.66% | 0.53% | - |
| XYZ | 11.24 | 7.13 | 3.27 | - |
| YUV | 71.61 | 112.99 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 45 | 45 | 0 | 0.66 | 0.66 | 0.47 | 0 | 0.5 | 0.35 |
| Hex | 86 | 2D | 2D | 0 | 42 | 42 | 2F | 0 | 32 | 23 |
| Octal | 206 | 55 | 55 | 0 | 102 | 102 | 57 | 0 | 62 | 43 |
| Binary | 10000110 | 101101 | 101101 | 0 | 1000010 | 1000010 | 101111 | 0 | 110010 | 100011 |
Color Harmonies of #862D2D
Complementary color
Monochromatic Colors of #862D2D
Black with #862D2D
Text Example
Text Example
White with #862D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #862D2D; }
p { color: rgb(134,45,45); }
H1.HeaderClassName
{
color: #862D2D;
}
.AnyTagClassName
{
color: #862D2D;
}
</style>
background-color css
<style>
a { background-color: #862D2D; }
a { background-color: rgb(134,45,45); }
div.DivClassName
{
background-color: #862D2D;
}
.BgClassName
{
background-color: #862D2D;
}
</style>
border-color css
<style>
span { border-color: #862D2D; }
span { border-color: rgb(134,45,45); }
td.TdClassName
{
border-color: #862D2D;
}
.TagClassName
{
border-color: #862D2D;
}
</style>