Shades of Tall Poppy #893030
Tints of Tall Poppy #893030
RGB
CMYK
RGB Variations
Color information
#893030 (or 0x893030) is known color: Tall Poppy. HEX triplet: 89, 30 and 30. RGB value is (137,48,48). Sum of RGB (Red+Green+Blue) = 137+48+48=233 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.80% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 48 (19.14% from 255 or 20.60% from 233); Max value from RGB is 137 - color contains mainly: red. Hex color #893030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893030 is #76CFCF. Grayscale: #4A4A4A. Windows color (decimal): -7786448 or 3158153. OLE color: 3158153.
HSL color Cylindrical-coordinate representation of color #893030: hue angle of 0º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #893030 is Cyan = 0, Magento = 0.65, Yellow = 0.65 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 48 | 48 | - |
| CMYK | 0 | 0.65 | 0.65 | 0.46 |
| HSL | 0º | 0.48% | 0.36% | - |
| HSV(B) | 0º | 0.65% | 0.54% | - |
| XYZ | 11.91 | 7.65 | 3.64 | - |
| YUV | 74.61 | 112.99 | 172.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 48 | 48 | 0 | 0.65 | 0.65 | 0.46 | 0 | 0.48 | 0.36 |
| Hex | 89 | 30 | 30 | 0 | 41 | 41 | 2E | 0 | 30 | 24 |
| Octal | 211 | 60 | 60 | 0 | 101 | 101 | 56 | 0 | 60 | 44 |
| Binary | 10001001 | 110000 | 110000 | 0 | 1000001 | 1000001 | 101110 | 0 | 110000 | 100100 |
Color Harmonies of #893030
Complementary color
Monochromatic Colors of #893030
Black with #893030
Text Example
Text Example
White with #893030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893030; }
p { color: rgb(137,48,48); }
H1.HeaderClassName
{
color: #893030;
}
.AnyTagClassName
{
color: #893030;
}
</style>
background-color css
<style>
a { background-color: #893030; }
a { background-color: rgb(137,48,48); }
div.DivClassName
{
background-color: #893030;
}
.BgClassName
{
background-color: #893030;
}
</style>
border-color css
<style>
span { border-color: #893030; }
span { border-color: rgb(137,48,48); }
td.TdClassName
{
border-color: #893030;
}
.TagClassName
{
border-color: #893030;
}
</style>