Shades of Tall Poppy #883131
Tints of Tall Poppy #883131
RGB
CMYK
RGB Variations
Color information
#883131 (or 0x883131) is known color: Tall Poppy. HEX triplet: 88, 31 and 31. RGB value is (136,49,49). Sum of RGB (Red+Green+Blue) = 136+49+49=234 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.12% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 49 (19.53% from 255 or 20.94% from 234); Max value from RGB is 136 - color contains mainly: red. Hex color #883131 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883131 is #77CECE. Grayscale: #4B4B4B. Windows color (decimal): -7851727 or 3223944. OLE color: 3223944.
HSL color Cylindrical-coordinate representation of color #883131: hue angle of 0º degrees, saturation: 0.47, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #883131 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 49 | 49 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.47 |
| HSL | 0º | 0.47% | 0.36% | - |
| HSV(B) | 0º | 0.64% | 0.53% | - |
| XYZ | 11.81 | 7.65 | 3.76 | - |
| YUV | 75.01 | 113.32 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 49 | 49 | 0 | 0.64 | 0.64 | 0.47 | 0 | 0.47 | 0.36 |
| Hex | 88 | 31 | 31 | 0 | 40 | 40 | 2F | 0 | 2F | 24 |
| Octal | 210 | 61 | 61 | 0 | 100 | 100 | 57 | 0 | 57 | 44 |
| Binary | 10001000 | 110001 | 110001 | 0 | 1000000 | 1000000 | 101111 | 0 | 101111 | 100100 |
Color Harmonies of #883131
Complementary color
Monochromatic Colors of #883131
Black with #883131
Text Example
Text Example
White with #883131
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883131; }
p { color: rgb(136,49,49); }
H1.HeaderClassName
{
color: #883131;
}
.AnyTagClassName
{
color: #883131;
}
</style>
background-color css
<style>
a { background-color: #883131; }
a { background-color: rgb(136,49,49); }
div.DivClassName
{
background-color: #883131;
}
.BgClassName
{
background-color: #883131;
}
</style>
border-color css
<style>
span { border-color: #883131; }
span { border-color: rgb(136,49,49); }
td.TdClassName
{
border-color: #883131;
}
.TagClassName
{
border-color: #883131;
}
</style>