Shades of Tall Poppy #803434
Tints of Tall Poppy #803434
RGB
CMYK
RGB Variations
Color information
#803434 (or 0x803434) is known color: Tall Poppy. HEX triplet: 80, 34 and 34. RGB value is (128,52,52). Sum of RGB (Red+Green+Blue) = 128+52+52=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 52 (20.70% from 255 or 22.41% from 232); Blue value is 52 (20.70% from 255 or 22.41% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #803434 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803434 is #7FCBCB. Grayscale: #4A4A4A. Windows color (decimal): -8375244 or 3421312. OLE color: 3421312.
HSL color Cylindrical-coordinate representation of color #803434: hue angle of 0º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #803434 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 52 | 52 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.50 |
| HSL | 0º | 0.42% | 0.35% | - |
| HSV(B) | 0º | 0.59% | 0.5% | - |
| XYZ | 10.75 | 7.29 | 4.09 | - |
| YUV | 74.72 | 115.18 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 52 | 52 | 0 | 0.59 | 0.59 | 0.50 | 0 | 0.42 | 0.35 |
| Hex | 80 | 34 | 34 | 0 | 3B | 3B | 32 | 0 | 2A | 23 |
| Octal | 200 | 64 | 64 | 0 | 73 | 73 | 62 | 0 | 52 | 43 |
| Binary | 10000000 | 110100 | 110100 | 0 | 111011 | 111011 | 110010 | 0 | 101010 | 100011 |
Color Harmonies of #803434
Complementary color
Monochromatic Colors of #803434
Black with #803434
Text Example
Text Example
White with #803434
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803434; }
p { color: rgb(128,52,52); }
H1.HeaderClassName
{
color: #803434;
}
.AnyTagClassName
{
color: #803434;
}
</style>
background-color css
<style>
a { background-color: #803434; }
a { background-color: rgb(128,52,52); }
div.DivClassName
{
background-color: #803434;
}
.BgClassName
{
background-color: #803434;
}
</style>
border-color css
<style>
span { border-color: #803434; }
span { border-color: rgb(128,52,52); }
td.TdClassName
{
border-color: #803434;
}
.TagClassName
{
border-color: #803434;
}
</style>