Shades of Tall Poppy #803030
Tints of Tall Poppy #803030
RGB
CMYK
RGB Variations
Color information
#803030 (or 0x803030) is known color: Tall Poppy. HEX triplet: 80, 30 and 30. RGB value is (128,48,48). Sum of RGB (Red+Green+Blue) = 128+48+48=224 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.14% from 224); Green value is 48 (19.14% from 255 or 21.43% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 128 - color contains mainly: red. Hex color #803030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803030 is #7FCFCF. Grayscale: #484848. Windows color (decimal): -8376272 or 3158144. OLE color: 3158144.
HSL color Cylindrical-coordinate representation of color #803030: hue angle of 0º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #803030 is Cyan = 0, Magento = 0.62, Yellow = 0.62 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 48 | 48 | - |
| CMYK | 0 | 0.62 | 0.62 | 0.50 |
| HSL | 0º | 0.45% | 0.35% | - |
| HSV(B) | 0º | 0.63% | 0.5% | - |
| XYZ | 10.49 | 6.92 | 3.58 | - |
| YUV | 71.92 | 114.5 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 48 | 48 | 0 | 0.62 | 0.62 | 0.50 | 0 | 0.45 | 0.35 |
| Hex | 80 | 30 | 30 | 0 | 3E | 3E | 32 | 0 | 2D | 23 |
| Octal | 200 | 60 | 60 | 0 | 76 | 76 | 62 | 0 | 55 | 43 |
| Binary | 10000000 | 110000 | 110000 | 0 | 111110 | 111110 | 110010 | 0 | 101101 | 100011 |
Color Harmonies of #803030
Complementary color
Monochromatic Colors of #803030
Black with #803030
Text Example
Text Example
White with #803030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803030; }
p { color: rgb(128,48,48); }
H1.HeaderClassName
{
color: #803030;
}
.AnyTagClassName
{
color: #803030;
}
</style>
background-color css
<style>
a { background-color: #803030; }
a { background-color: rgb(128,48,48); }
div.DivClassName
{
background-color: #803030;
}
.BgClassName
{
background-color: #803030;
}
</style>
border-color css
<style>
span { border-color: #803030; }
span { border-color: rgb(128,48,48); }
td.TdClassName
{
border-color: #803030;
}
.TagClassName
{
border-color: #803030;
}
</style>