Shades of Tall Poppy #803533
Tints of Tall Poppy #803533
RGB
CMYK
RGB Variations
Color information
#803533 (or 0x803533) is known color: Tall Poppy. HEX triplet: 80, 35 and 33. RGB value is (128,53,51). Sum of RGB (Red+Green+Blue) = 128+53+51=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 53 (21.09% from 255 or 22.84% from 232); Blue value is 51 (20.31% from 255 or 21.98% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #803533 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803533 is #7FCACC. Grayscale: #4B4B4B. Windows color (decimal): -8374989 or 3356032. OLE color: 3356032.
HSL color Cylindrical-coordinate representation of color #803533: hue angle of 1.56º degrees, saturation: 0.43, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #803533 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 53 | 51 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.50 |
| HSL | 1.56º | 0.43% | 0.35% | - |
| HSV(B) | 1.56º | 0.6% | 0.5% | - |
| XYZ | 10.77 | 7.37 | 3.99 | - |
| YUV | 75.2 | 114.35 | 165.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 53 | 51 | 0 | 0.59 | 0.60 | 0.50 | 1.56 | 0.43 | 0.35 |
| Hex | 80 | 35 | 33 | 0 | 3B | 3C | 32 | 2 | 2B | 23 |
| Octal | 200 | 65 | 63 | 0 | 73 | 74 | 62 | 2 | 53 | 43 |
| Binary | 10000000 | 110101 | 110011 | 0 | 111011 | 111100 | 110010 | 10 | 101011 | 100011 |
Color Harmonies of #803533
Complementary color
Monochromatic Colors of #803533
Black with #803533
Text Example
Text Example
White with #803533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803533; }
p { color: rgb(128,53,51); }
H1.HeaderClassName
{
color: #803533;
}
.AnyTagClassName
{
color: #803533;
}
</style>
background-color css
<style>
a { background-color: #803533; }
a { background-color: rgb(128,53,51); }
div.DivClassName
{
background-color: #803533;
}
.BgClassName
{
background-color: #803533;
}
</style>
border-color css
<style>
span { border-color: #803533; }
span { border-color: rgb(128,53,51); }
td.TdClassName
{
border-color: #803533;
}
.TagClassName
{
border-color: #803533;
}
</style>