Shades of Tall Poppy #893B3B
Tints of Tall Poppy #893B3B
RGB
CMYK
RGB Variations
Color information
#893B3B (or 0x893B3B) is known color: Tall Poppy. HEX triplet: 89, 3B and 3B. RGB value is (137,59,59). Sum of RGB (Red+Green+Blue) = 137+59+59=255 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.73% from 255); Green value is 59 (23.44% from 255 or 23.14% from 255); Blue value is 59 (23.44% from 255 or 23.14% from 255); Max value from RGB is 137 - color contains mainly: red. Hex color #893B3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893B3B is #76C4C4. Grayscale: #525252. Windows color (decimal): -7783621 or 3881865. OLE color: 3881865.
HSL color Cylindrical-coordinate representation of color #893B3B: hue angle of 0º degrees, saturation: 0.4, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #893B3B is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 59 | 59 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.46 |
| HSL | 0º | 0.4% | 0.38% | - |
| HSV(B) | 0º | 0.57% | 0.54% | - |
| XYZ | 12.67 | 8.76 | 5.16 | - |
| YUV | 82.32 | 114.84 | 167 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 59 | 59 | 0 | 0.57 | 0.57 | 0.46 | 0 | 0.4 | 0.38 |
| Hex | 89 | 3B | 3B | 0 | 39 | 39 | 2E | 0 | 28 | 26 |
| Octal | 211 | 73 | 73 | 0 | 71 | 71 | 56 | 0 | 50 | 46 |
| Binary | 10001001 | 111011 | 111011 | 0 | 111001 | 111001 | 101110 | 0 | 101000 | 100110 |
Color Harmonies of #893B3B
Complementary color
Monochromatic Colors of #893B3B
Black with #893B3B
Text Example
Text Example
White with #893B3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893B3B; }
p { color: rgb(137,59,59); }
H1.HeaderClassName
{
color: #893B3B;
}
.AnyTagClassName
{
color: #893B3B;
}
</style>
background-color css
<style>
a { background-color: #893B3B; }
a { background-color: rgb(137,59,59); }
div.DivClassName
{
background-color: #893B3B;
}
.BgClassName
{
background-color: #893B3B;
}
</style>
border-color css
<style>
span { border-color: #893B3B; }
span { border-color: rgb(137,59,59); }
td.TdClassName
{
border-color: #893B3B;
}
.TagClassName
{
border-color: #893B3B;
}
</style>