Shades of Tall Poppy #803937
Tints of Tall Poppy #803937
RGB
CMYK
RGB Variations
Color information
#803937 (or 0x803937) is known color: Tall Poppy. HEX triplet: 80, 39 and 37. RGB value is (128,57,55). Sum of RGB (Red+Green+Blue) = 128+57+55=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 57 (22.66% from 255 or 23.75% from 240); Blue value is 55 (21.88% from 255 or 22.92% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #803937 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803937 is #7FC6C8. Grayscale: #4E4E4E. Windows color (decimal): -8373961 or 3619200. OLE color: 3619200.
HSL color Cylindrical-coordinate representation of color #803937: hue angle of 1.64º 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 #803937 is Cyan = 0, Magento = 0.55, Yellow = 0.57 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 57 | 55 | - |
| CMYK | 0 | 0.55 | 0.57 | 0.50 |
| HSL | 1.64º | 0.4% | 0.36% | - |
| HSV(B) | 1.64º | 0.57% | 0.5% | - |
| XYZ | 11.05 | 7.79 | 4.54 | - |
| YUV | 78 | 115.02 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 55 | 0 | 0.55 | 0.57 | 0.50 | 1.64 | 0.4 | 0.36 |
| Hex | 80 | 39 | 37 | 0 | 37 | 39 | 32 | 2 | 28 | 24 |
| Octal | 200 | 71 | 67 | 0 | 67 | 71 | 62 | 2 | 50 | 44 |
| Binary | 10000000 | 111001 | 110111 | 0 | 110111 | 111001 | 110010 | 10 | 101000 | 100100 |
Color Harmonies of #803937
Complementary color
Monochromatic Colors of #803937
Black with #803937
Text Example
Text Example
White with #803937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803937; }
p { color: rgb(128,57,55); }
H1.HeaderClassName
{
color: #803937;
}
.AnyTagClassName
{
color: #803937;
}
</style>
background-color css
<style>
a { background-color: #803937; }
a { background-color: rgb(128,57,55); }
div.DivClassName
{
background-color: #803937;
}
.BgClassName
{
background-color: #803937;
}
</style>
border-color css
<style>
span { border-color: #803937; }
span { border-color: rgb(128,57,55); }
td.TdClassName
{
border-color: #803937;
}
.TagClassName
{
border-color: #803937;
}
</style>