Shades of Tall Poppy #803C3A
Tints of Tall Poppy #803C3A
RGB
CMYK
RGB Variations
Color information
#803C3A (or 0x803C3A) is known color: Tall Poppy. HEX triplet: 80, 3C and 3A. RGB value is (128,60,58). Sum of RGB (Red+Green+Blue) = 128+60+58=246 (32% of max value = 765). Red value is 128 (50.39% from 255 or 52.03% from 246); Green value is 60 (23.83% from 255 or 24.39% from 246); Blue value is 58 (23.05% from 255 or 23.58% from 246); Max value from RGB is 128 - color contains mainly: red. Hex color #803C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803C3A is #7FC3C5. Grayscale: #505050. Windows color (decimal): -8373190 or 3816576. OLE color: 3816576.
HSL color Cylindrical-coordinate representation of color #803C3A: hue angle of 1.71º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #803C3A is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 60 | 58 | - |
| CMYK | 0 | 0.53 | 0.55 | 0.50 |
| HSL | 1.71º | 0.38% | 0.36% | - |
| HSV(B) | 1.71º | 0.55% | 0.5% | - |
| XYZ | 11.28 | 8.13 | 4.98 | - |
| YUV | 80.1 | 115.53 | 162.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 60 | 58 | 0 | 0.53 | 0.55 | 0.50 | 1.71 | 0.38 | 0.36 |
| Hex | 80 | 3C | 3A | 0 | 35 | 37 | 32 | 2 | 26 | 24 |
| Octal | 200 | 74 | 72 | 0 | 65 | 67 | 62 | 2 | 46 | 44 |
| Binary | 10000000 | 111100 | 111010 | 0 | 110101 | 110111 | 110010 | 10 | 100110 | 100100 |
Color Harmonies of #803C3A
Complementary color
Monochromatic Colors of #803C3A
Black with #803C3A
Text Example
Text Example
White with #803C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803C3A; }
p { color: rgb(128,60,58); }
H1.HeaderClassName
{
color: #803C3A;
}
.AnyTagClassName
{
color: #803C3A;
}
</style>
background-color css
<style>
a { background-color: #803C3A; }
a { background-color: rgb(128,60,58); }
div.DivClassName
{
background-color: #803C3A;
}
.BgClassName
{
background-color: #803C3A;
}
</style>
border-color css
<style>
span { border-color: #803C3A; }
span { border-color: rgb(128,60,58); }
td.TdClassName
{
border-color: #803C3A;
}
.TagClassName
{
border-color: #803C3A;
}
</style>