Shades of Tall Poppy #803938
Tints of Tall Poppy #803938
RGB
CMYK
RGB Variations
Color information
#803938 (or 0x803938) is known color: Tall Poppy. HEX triplet: 80, 39 and 38. RGB value is (128,57,56). Sum of RGB (Red+Green+Blue) = 128+57+56=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 57 (22.66% from 255 or 23.65% from 241); Blue value is 56 (22.27% from 255 or 23.24% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #803938 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803938 is #7FC6C7. Grayscale: #4E4E4E. Windows color (decimal): -8373960 or 3684736. OLE color: 3684736.
HSL color Cylindrical-coordinate representation of color #803938: hue angle of 0.83º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #803938 is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 57 | 56 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.50 |
| HSL | 0.83º | 0.39% | 0.36% | - |
| HSV(B) | 0.83º | 0.56% | 0.5% | - |
| XYZ | 11.08 | 7.8 | 4.66 | - |
| YUV | 78.12 | 115.52 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 57 | 56 | 0 | 0.55 | 0.56 | 0.50 | 0.83 | 0.39 | 0.36 |
| Hex | 80 | 39 | 38 | 0 | 37 | 38 | 32 | 1 | 27 | 24 |
| Octal | 200 | 71 | 70 | 0 | 67 | 70 | 62 | 1 | 47 | 44 |
| Binary | 10000000 | 111001 | 111000 | 0 | 110111 | 111000 | 110010 | 1 | 100111 | 100100 |
Color Harmonies of #803938
Complementary color
Monochromatic Colors of #803938
Black with #803938
Text Example
Text Example
White with #803938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803938; }
p { color: rgb(128,57,56); }
H1.HeaderClassName
{
color: #803938;
}
.AnyTagClassName
{
color: #803938;
}
</style>
background-color css
<style>
a { background-color: #803938; }
a { background-color: rgb(128,57,56); }
div.DivClassName
{
background-color: #803938;
}
.BgClassName
{
background-color: #803938;
}
</style>
border-color css
<style>
span { border-color: #803938; }
span { border-color: rgb(128,57,56); }
td.TdClassName
{
border-color: #803938;
}
.TagClassName
{
border-color: #803938;
}
</style>