Shades of Tall Poppy #803838
Tints of Tall Poppy #803838
RGB
CMYK
RGB Variations
Color information
#803838 (or 0x803838) is known color: Tall Poppy. HEX triplet: 80, 38 and 38. RGB value is (128,56,56). Sum of RGB (Red+Green+Blue) = 128+56+56=240 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.33% from 240); Green value is 56 (22.27% from 255 or 23.33% from 240); Blue value is 56 (22.27% from 255 or 23.33% from 240); Max value from RGB is 128 - color contains mainly: red. Hex color #803838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803838 is #7FC7C7. Grayscale: #4D4D4D. Windows color (decimal): -8374216 or 3684480. OLE color: 3684480.
HSL color Cylindrical-coordinate representation of color #803838: hue angle of 0º 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 #803838 is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 56 | 56 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.50 |
| HSL | 0º | 0.39% | 0.36% | - |
| HSV(B) | 0º | 0.56% | 0.5% | - |
| XYZ | 11.03 | 7.7 | 4.65 | - |
| YUV | 77.53 | 115.85 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 56 | 56 | 0 | 0.56 | 0.56 | 0.50 | 0 | 0.39 | 0.36 |
| Hex | 80 | 38 | 38 | 0 | 38 | 38 | 32 | 0 | 27 | 24 |
| Octal | 200 | 70 | 70 | 0 | 70 | 70 | 62 | 0 | 47 | 44 |
| Binary | 10000000 | 111000 | 111000 | 0 | 111000 | 111000 | 110010 | 0 | 100111 | 100100 |
Color Harmonies of #803838
Complementary color
Monochromatic Colors of #803838
Black with #803838
Text Example
Text Example
White with #803838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803838; }
p { color: rgb(128,56,56); }
H1.HeaderClassName
{
color: #803838;
}
.AnyTagClassName
{
color: #803838;
}
</style>
background-color css
<style>
a { background-color: #803838; }
a { background-color: rgb(128,56,56); }
div.DivClassName
{
background-color: #803838;
}
.BgClassName
{
background-color: #803838;
}
</style>
border-color css
<style>
span { border-color: #803838; }
span { border-color: rgb(128,56,56); }
td.TdClassName
{
border-color: #803838;
}
.TagClassName
{
border-color: #803838;
}
</style>