Shades of Tall Poppy #893330
Tints of Tall Poppy #893330
RGB
CMYK
RGB Variations
Color information
#893330 (or 0x893330) is known color: Tall Poppy. HEX triplet: 89, 33 and 30. RGB value is (137,51,48). Sum of RGB (Red+Green+Blue) = 137+51+48=236 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.05% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 48 (19.14% from 255 or 20.34% from 236); Max value from RGB is 137 - color contains mainly: red. Hex color #893330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #893330 is #76CCCF. Grayscale: #4C4C4C. Windows color (decimal): -7785680 or 3158921. OLE color: 3158921.
HSL color Cylindrical-coordinate representation of color #893330: hue angle of 2.02º 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 #893330 is Cyan = 0, Magento = 0.63, Yellow = 0.65 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 51 | 48 | - |
| CMYK | 0 | 0.63 | 0.65 | 0.46 |
| HSL | 2.02º | 0.48% | 0.36% | - |
| HSV(B) | 2.02º | 0.65% | 0.54% | - |
| XYZ | 12.03 | 7.9 | 3.69 | - |
| YUV | 76.37 | 111.99 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 51 | 48 | 0 | 0.63 | 0.65 | 0.46 | 2.02 | 0.48 | 0.36 |
| Hex | 89 | 33 | 30 | 0 | 3F | 41 | 2E | 2 | 30 | 24 |
| Octal | 211 | 63 | 60 | 0 | 77 | 101 | 56 | 2 | 60 | 44 |
| Binary | 10001001 | 110011 | 110000 | 0 | 111111 | 1000001 | 101110 | 10 | 110000 | 100100 |
Color Harmonies of #893330
Complementary color
Monochromatic Colors of #893330
Black with #893330
Text Example
Text Example
White with #893330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #893330; }
p { color: rgb(137,51,48); }
H1.HeaderClassName
{
color: #893330;
}
.AnyTagClassName
{
color: #893330;
}
</style>
background-color css
<style>
a { background-color: #893330; }
a { background-color: rgb(137,51,48); }
div.DivClassName
{
background-color: #893330;
}
.BgClassName
{
background-color: #893330;
}
</style>
border-color css
<style>
span { border-color: #893330; }
span { border-color: rgb(137,51,48); }
td.TdClassName
{
border-color: #893330;
}
.TagClassName
{
border-color: #893330;
}
</style>