Shades of Tall Poppy #8D3636
Tints of Tall Poppy #8D3636
RGB
CMYK
RGB Variations
Color information
#8D3636 (or 0x8D3636) is known color: Tall Poppy. HEX triplet: 8D, 36 and 36. RGB value is (141,54,54). Sum of RGB (Red+Green+Blue) = 141+54+54=249 (32% of max value = 765). Red value is 141 (55.47% from 255 or 56.63% from 249); Green value is 54 (21.48% from 255 or 21.69% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3636 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3636 is #72C9C9. Grayscale: #505050. Windows color (decimal): -7522762 or 3552909. OLE color: 3552909.
HSL color Cylindrical-coordinate representation of color #8D3636: hue angle of 0º degrees, saturation: 0.45, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8D3636 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 54 | 54 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.45 |
| HSL | 0º | 0.45% | 0.38% | - |
| HSV(B) | 0º | 0.62% | 0.55% | - |
| XYZ | 12.97 | 8.57 | 4.46 | - |
| YUV | 80.01 | 113.32 | 171.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 54 | 54 | 0 | 0.62 | 0.62 | 0.45 | 0 | 0.45 | 0.38 |
| Hex | 8D | 36 | 36 | 0 | 3E | 3E | 2D | 0 | 2D | 26 |
| Octal | 215 | 66 | 66 | 0 | 76 | 76 | 55 | 0 | 55 | 46 |
| Binary | 10001101 | 110110 | 110110 | 0 | 111110 | 111110 | 101101 | 0 | 101101 | 100110 |
Color Harmonies of #8D3636
Complementary color
Monochromatic Colors of #8D3636
Black with #8D3636
Text Example
Text Example
White with #8D3636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3636; }
p { color: rgb(141,54,54); }
H1.HeaderClassName
{
color: #8D3636;
}
.AnyTagClassName
{
color: #8D3636;
}
</style>
background-color css
<style>
a { background-color: #8D3636; }
a { background-color: rgb(141,54,54); }
div.DivClassName
{
background-color: #8D3636;
}
.BgClassName
{
background-color: #8D3636;
}
</style>
border-color css
<style>
span { border-color: #8D3636; }
span { border-color: rgb(141,54,54); }
td.TdClassName
{
border-color: #8D3636;
}
.TagClassName
{
border-color: #8D3636;
}
</style>