Shades of Tall Poppy #873838
Tints of Tall Poppy #873838
RGB
CMYK
RGB Variations
Color information
#873838 (or 0x873838) is known color: Tall Poppy. HEX triplet: 87, 38 and 38. RGB value is (135,56,56). Sum of RGB (Red+Green+Blue) = 135+56+56=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 56 (22.27% from 255 or 22.67% from 247); Blue value is 56 (22.27% from 255 or 22.67% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #873838 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873838 is #78C7C7. Grayscale: #4F4F4F. Windows color (decimal): -7915464 or 3684487. OLE color: 3684487.
HSL color Cylindrical-coordinate representation of color #873838: hue angle of 0º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #873838 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 56 | 56 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.47 |
| HSL | 0º | 0.41% | 0.37% | - |
| HSV(B) | 0º | 0.59% | 0.53% | - |
| XYZ | 12.12 | 8.26 | 4.7 | - |
| YUV | 79.62 | 114.67 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 56 | 56 | 0 | 0.59 | 0.59 | 0.47 | 0 | 0.41 | 0.37 |
| Hex | 87 | 38 | 38 | 0 | 3B | 3B | 2F | 0 | 29 | 25 |
| Octal | 207 | 70 | 70 | 0 | 73 | 73 | 57 | 0 | 51 | 45 |
| Binary | 10000111 | 111000 | 111000 | 0 | 111011 | 111011 | 101111 | 0 | 101001 | 100101 |
Color Harmonies of #873838
Complementary color
Monochromatic Colors of #873838
Black with #873838
Text Example
Text Example
White with #873838
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873838; }
p { color: rgb(135,56,56); }
H1.HeaderClassName
{
color: #873838;
}
.AnyTagClassName
{
color: #873838;
}
</style>
background-color css
<style>
a { background-color: #873838; }
a { background-color: rgb(135,56,56); }
div.DivClassName
{
background-color: #873838;
}
.BgClassName
{
background-color: #873838;
}
</style>
border-color css
<style>
span { border-color: #873838; }
span { border-color: rgb(135,56,56); }
td.TdClassName
{
border-color: #873838;
}
.TagClassName
{
border-color: #873838;
}
</style>