Shades of Tall Poppy #87302F
Tints of Tall Poppy #87302F
RGB
CMYK
RGB Variations
Color information
#87302F (or 0x87302F) is known color: Tall Poppy. HEX triplet: 87, 30 and 2F. RGB value is (135,48,47). Sum of RGB (Red+Green+Blue) = 135+48+47=230 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.70% from 230); Green value is 48 (19.14% from 255 or 20.87% from 230); Blue value is 47 (18.75% from 255 or 20.43% from 230); Max value from RGB is 135 - color contains mainly: red. Hex color #87302F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #87302F is #78CFD0. Grayscale: #494949. Windows color (decimal): -7917521 or 3092615. OLE color: 3092615.
HSL color Cylindrical-coordinate representation of color #87302F: hue angle of 0.68º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #87302F is Cyan = 0, Magento = 0.64, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 48 | 47 | - |
| CMYK | 0 | 0.64 | 0.65 | 0.47 |
| HSL | 0.68º | 0.48% | 0.36% | - |
| HSV(B) | 0.68º | 0.65% | 0.53% | - |
| XYZ | 11.56 | 7.47 | 3.52 | - |
| YUV | 73.9 | 112.82 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 48 | 47 | 0 | 0.64 | 0.65 | 0.47 | 0.68 | 0.48 | 0.36 |
| Hex | 87 | 30 | 2F | 0 | 40 | 41 | 2F | 1 | 30 | 24 |
| Octal | 207 | 60 | 57 | 0 | 100 | 101 | 57 | 1 | 60 | 44 |
| Binary | 10000111 | 110000 | 101111 | 0 | 1000000 | 1000001 | 101111 | 1 | 110000 | 100100 |
Color Harmonies of #87302F
Complementary color
Monochromatic Colors of #87302F
Black with #87302F
Text Example
Text Example
White with #87302F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87302F; }
p { color: rgb(135,48,47); }
H1.HeaderClassName
{
color: #87302F;
}
.AnyTagClassName
{
color: #87302F;
}
</style>
background-color css
<style>
a { background-color: #87302F; }
a { background-color: rgb(135,48,47); }
div.DivClassName
{
background-color: #87302F;
}
.BgClassName
{
background-color: #87302F;
}
</style>
border-color css
<style>
span { border-color: #87302F; }
span { border-color: rgb(135,48,47); }
td.TdClassName
{
border-color: #87302F;
}
.TagClassName
{
border-color: #87302F;
}
</style>