Shades of Tall Poppy #803A37
Tints of Tall Poppy #803A37
RGB
CMYK
RGB Variations
Color information
#803A37 (or 0x803A37) is known color: Tall Poppy. HEX triplet: 80, 3A and 37. RGB value is (128,58,55). Sum of RGB (Red+Green+Blue) = 128+58+55=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 55 (21.88% from 255 or 22.82% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #803A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803A37 is #7FC5C8. Grayscale: #4E4E4E. Windows color (decimal): -8373705 or 3619456. OLE color: 3619456.
HSL color Cylindrical-coordinate representation of color #803A37: hue angle of 2.47º degrees, saturation: 0.4, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #803A37 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 58 | 55 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.50 |
| HSL | 2.47º | 0.4% | 0.36% | - |
| HSV(B) | 2.47º | 0.57% | 0.5% | - |
| XYZ | 11.1 | 7.89 | 4.55 | - |
| YUV | 78.59 | 114.69 | 163.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 58 | 55 | 0 | 0.55 | 0.57 | 0.50 | 2.47 | 0.4 | 0.36 |
| Hex | 80 | 3A | 37 | 0 | 37 | 39 | 32 | 2 | 28 | 24 |
| Octal | 200 | 72 | 67 | 0 | 67 | 71 | 62 | 2 | 50 | 44 |
| Binary | 10000000 | 111010 | 110111 | 0 | 110111 | 111001 | 110010 | 10 | 101000 | 100100 |
Color Harmonies of #803A37
Complementary color
Monochromatic Colors of #803A37
Black with #803A37
Text Example
Text Example
White with #803A37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803A37; }
p { color: rgb(128,58,55); }
H1.HeaderClassName
{
color: #803A37;
}
.AnyTagClassName
{
color: #803A37;
}
</style>
background-color css
<style>
a { background-color: #803A37; }
a { background-color: rgb(128,58,55); }
div.DivClassName
{
background-color: #803A37;
}
.BgClassName
{
background-color: #803A37;
}
</style>
border-color css
<style>
span { border-color: #803A37; }
span { border-color: rgb(128,58,55); }
td.TdClassName
{
border-color: #803A37;
}
.TagClassName
{
border-color: #803A37;
}
</style>