Shades of Tall Poppy #873332
Tints of Tall Poppy #873332
RGB
CMYK
RGB Variations
Color information
#873332 (or 0x873332) is known color: Tall Poppy. HEX triplet: 87, 33 and 32. RGB value is (135,51,50). Sum of RGB (Red+Green+Blue) = 135+51+50=236 (31% of max value = 765). Red value is 135 (53.12% from 255 or 57.20% from 236); Green value is 51 (20.31% from 255 or 21.61% from 236); Blue value is 50 (19.92% from 255 or 21.19% from 236); Max value from RGB is 135 - color contains mainly: red. Hex color #873332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #873332 is #78CCCD. Grayscale: #4C4C4C. Windows color (decimal): -7916750 or 3289991. OLE color: 3289991.
HSL color Cylindrical-coordinate representation of color #873332: hue angle of 0.71º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #873332 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 51 | 50 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.47 |
| HSL | 0.71º | 0.46% | 0.36% | - |
| HSV(B) | 0.71º | 0.63% | 0.53% | - |
| XYZ | 11.75 | 7.75 | 3.89 | - |
| YUV | 76 | 113.33 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 51 | 50 | 0 | 0.62 | 0.63 | 0.47 | 0.71 | 0.46 | 0.36 |
| Hex | 87 | 33 | 32 | 0 | 3E | 3F | 2F | 1 | 2E | 24 |
| Octal | 207 | 63 | 62 | 0 | 76 | 77 | 57 | 1 | 56 | 44 |
| Binary | 10000111 | 110011 | 110010 | 0 | 111110 | 111111 | 101111 | 1 | 101110 | 100100 |
Color Harmonies of #873332
Complementary color
Monochromatic Colors of #873332
Black with #873332
Text Example
Text Example
White with #873332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #873332; }
p { color: rgb(135,51,50); }
H1.HeaderClassName
{
color: #873332;
}
.AnyTagClassName
{
color: #873332;
}
</style>
background-color css
<style>
a { background-color: #873332; }
a { background-color: rgb(135,51,50); }
div.DivClassName
{
background-color: #873332;
}
.BgClassName
{
background-color: #873332;
}
</style>
border-color css
<style>
span { border-color: #873332; }
span { border-color: rgb(135,51,50); }
td.TdClassName
{
border-color: #873332;
}
.TagClassName
{
border-color: #873332;
}
</style>