Shades of Tall Poppy #803532
Tints of Tall Poppy #803532
RGB
CMYK
RGB Variations
Color information
#803532 (or 0x803532) is known color: Tall Poppy. HEX triplet: 80, 35 and 32. RGB value is (128,53,50). Sum of RGB (Red+Green+Blue) = 128+53+50=231 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.41% from 231); Green value is 53 (21.09% from 255 or 22.94% from 231); Blue value is 50 (19.92% from 255 or 21.65% from 231); Max value from RGB is 128 - color contains mainly: red. Hex color #803532 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803532 is #7FCACD. Grayscale: #4B4B4B. Windows color (decimal): -8374990 or 3290496. OLE color: 3290496.
HSL color Cylindrical-coordinate representation of color #803532: hue angle of 2.31º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #803532 is Cyan = 0, Magento = 0.59, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 53 | 50 | - |
| CMYK | 0 | 0.59 | 0.61 | 0.50 |
| HSL | 2.31º | 0.44% | 0.35% | - |
| HSV(B) | 2.31º | 0.61% | 0.5% | - |
| XYZ | 10.75 | 7.37 | 3.87 | - |
| YUV | 75.08 | 113.85 | 165.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 53 | 50 | 0 | 0.59 | 0.61 | 0.50 | 2.31 | 0.44 | 0.35 |
| Hex | 80 | 35 | 32 | 0 | 3B | 3D | 32 | 2 | 2C | 23 |
| Octal | 200 | 65 | 62 | 0 | 73 | 75 | 62 | 2 | 54 | 43 |
| Binary | 10000000 | 110101 | 110010 | 0 | 111011 | 111101 | 110010 | 10 | 101100 | 100011 |
Color Harmonies of #803532
Complementary color
Monochromatic Colors of #803532
Black with #803532
Text Example
Text Example
White with #803532
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803532; }
p { color: rgb(128,53,50); }
H1.HeaderClassName
{
color: #803532;
}
.AnyTagClassName
{
color: #803532;
}
</style>
background-color css
<style>
a { background-color: #803532; }
a { background-color: rgb(128,53,50); }
div.DivClassName
{
background-color: #803532;
}
.BgClassName
{
background-color: #803532;
}
</style>
border-color css
<style>
span { border-color: #803532; }
span { border-color: rgb(128,53,50); }
td.TdClassName
{
border-color: #803532;
}
.TagClassName
{
border-color: #803532;
}
</style>