Shades of Tall Poppy #89322F
Tints of Tall Poppy #89322F
RGB
CMYK
RGB Variations
Color information
#89322F (or 0x89322F) is known color: Tall Poppy. HEX triplet: 89, 32 and 2F. RGB value is (137,50,47). Sum of RGB (Red+Green+Blue) = 137+50+47=234 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.55% from 234); Green value is 50 (19.92% from 255 or 21.37% from 234); Blue value is 47 (18.75% from 255 or 20.09% from 234); Max value from RGB is 137 - color contains mainly: red. Hex color #89322F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #89322F is #76CDD0. Grayscale: #4B4B4B. Windows color (decimal): -7785937 or 3093129. OLE color: 3093129.
HSL color Cylindrical-coordinate representation of color #89322F: hue angle of 2º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #89322F is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 50 | 47 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.46 |
| HSL | 2º | 0.49% | 0.36% | - |
| HSV(B) | 2º | 0.66% | 0.54% | - |
| XYZ | 11.97 | 7.8 | 3.56 | - |
| YUV | 75.67 | 111.82 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 50 | 47 | 0 | 0.64 | 0.66 | 0.46 | 2 | 0.49 | 0.36 |
| Hex | 89 | 32 | 2F | 0 | 40 | 42 | 2E | 2 | 31 | 24 |
| Octal | 211 | 62 | 57 | 0 | 100 | 102 | 56 | 2 | 61 | 44 |
| Binary | 10001001 | 110010 | 101111 | 0 | 1000000 | 1000010 | 101110 | 10 | 110001 | 100100 |
Color Harmonies of #89322F
Complementary color
Monochromatic Colors of #89322F
Black with #89322F
Text Example
Text Example
White with #89322F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89322F; }
p { color: rgb(137,50,47); }
H1.HeaderClassName
{
color: #89322F;
}
.AnyTagClassName
{
color: #89322F;
}
</style>
background-color css
<style>
a { background-color: #89322F; }
a { background-color: rgb(137,50,47); }
div.DivClassName
{
background-color: #89322F;
}
.BgClassName
{
background-color: #89322F;
}
</style>
border-color css
<style>
span { border-color: #89322F; }
span { border-color: rgb(137,50,47); }
td.TdClassName
{
border-color: #89322F;
}
.TagClassName
{
border-color: #89322F;
}
</style>