Shades of Tall Poppy #873130
Tints of Tall Poppy #873130
RGB
CMYK
RGB Variations
Color information
#873130 (or 0x873130) is known color: Tall Poppy. HEX triplet: 87, 31 and 30. RGB value is (135,49,48). Sum of RGB (Red+Green+Blue) = 135+49+48=232 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.19% from 232); Green value is 49 (19.53% from 255 or 21.12% from 232); Blue value is 48 (19.14% from 255 or 20.69% from 232); Max value from RGB is 135 - color contains mainly: red. Hex color #873130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873130 is #78CECF. Grayscale: #4A4A4A. Windows color (decimal): -7917264 or 3158407. OLE color: 3158407.
HSL color Cylindrical-coordinate representation of color #873130: hue angle of 0.69º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #873130 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 49 | 48 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.47 |
| HSL | 0.69º | 0.48% | 0.36% | - |
| HSV(B) | 0.69º | 0.64% | 0.53% | - |
| XYZ | 11.62 | 7.56 | 3.64 | - |
| YUV | 74.6 | 112.99 | 171.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 49 | 48 | 0 | 0.64 | 0.64 | 0.47 | 0.69 | 0.48 | 0.36 |
| Hex | 87 | 31 | 30 | 0 | 40 | 40 | 2F | 1 | 30 | 24 |
| Octal | 207 | 61 | 60 | 0 | 100 | 100 | 57 | 1 | 60 | 44 |
| Binary | 10000111 | 110001 | 110000 | 0 | 1000000 | 1000000 | 101111 | 1 | 110000 | 100100 |
Color Harmonies of #873130
Complementary color
Monochromatic Colors of #873130
Black with #873130
Text Example
Text Example
White with #873130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873130; }
p { color: rgb(135,49,48); }
H1.HeaderClassName
{
color: #873130;
}
.AnyTagClassName
{
color: #873130;
}
</style>
background-color css
<style>
a { background-color: #873130; }
a { background-color: rgb(135,49,48); }
div.DivClassName
{
background-color: #873130;
}
.BgClassName
{
background-color: #873130;
}
</style>
border-color css
<style>
span { border-color: #873130; }
span { border-color: rgb(135,49,48); }
td.TdClassName
{
border-color: #873130;
}
.TagClassName
{
border-color: #873130;
}
</style>