Shades of Tall Poppy #882E2E
Tints of Tall Poppy #882E2E
RGB
CMYK
RGB Variations
Color information
#882E2E (or 0x882E2E) is known color: Tall Poppy. HEX triplet: 88, 2E and 2E. RGB value is (136,46,46). Sum of RGB (Red+Green+Blue) = 136+46+46=228 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.65% from 228); Green value is 46 (18.36% from 255 or 20.18% from 228); Blue value is 46 (18.36% from 255 or 20.18% from 228); Max value from RGB is 136 - color contains mainly: red. Hex color #882E2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #882E2E is #77D1D1. Grayscale: #494949. Windows color (decimal): -7852498 or 3026568. OLE color: 3026568.
HSL color Cylindrical-coordinate representation of color #882E2E: hue angle of 0º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #882E2E is Cyan = 0, Magento = 0.66, Yellow = 0.66 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 46 | 46 | - |
| CMYK | 0 | 0.66 | 0.66 | 0.47 |
| HSL | 0º | 0.49% | 0.36% | - |
| HSV(B) | 0º | 0.66% | 0.53% | - |
| XYZ | 11.62 | 7.39 | 3.4 | - |
| YUV | 72.91 | 112.82 | 173 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 46 | 46 | 0 | 0.66 | 0.66 | 0.47 | 0 | 0.49 | 0.36 |
| Hex | 88 | 2E | 2E | 0 | 42 | 42 | 2F | 0 | 31 | 24 |
| Octal | 210 | 56 | 56 | 0 | 102 | 102 | 57 | 0 | 61 | 44 |
| Binary | 10001000 | 101110 | 101110 | 0 | 1000010 | 1000010 | 101111 | 0 | 110001 | 100100 |
Color Harmonies of #882E2E
Complementary color
Monochromatic Colors of #882E2E
Black with #882E2E
Text Example
Text Example
White with #882E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #882E2E; }
p { color: rgb(136,46,46); }
H1.HeaderClassName
{
color: #882E2E;
}
.AnyTagClassName
{
color: #882E2E;
}
</style>
background-color css
<style>
a { background-color: #882E2E; }
a { background-color: rgb(136,46,46); }
div.DivClassName
{
background-color: #882E2E;
}
.BgClassName
{
background-color: #882E2E;
}
</style>
border-color css
<style>
span { border-color: #882E2E; }
span { border-color: rgb(136,46,46); }
td.TdClassName
{
border-color: #882E2E;
}
.TagClassName
{
border-color: #882E2E;
}
</style>