Shades of Tall Poppy #84312F
Tints of Tall Poppy #84312F
RGB
CMYK
RGB Variations
Color information
#84312F (or 0x84312F) is known color: Tall Poppy. HEX triplet: 84, 31 and 2F. RGB value is (132,49,47). Sum of RGB (Red+Green+Blue) = 132+49+47=228 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.89% from 228); Green value is 49 (19.53% from 255 or 21.49% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 132 - color contains mainly: red. Hex color #84312F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84312F is #7BCED0. Grayscale: #494949. Windows color (decimal): -8113873 or 3092868. OLE color: 3092868.
HSL color Cylindrical-coordinate representation of color #84312F: hue angle of 1.41º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #84312F is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 49 | 47 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.48 |
| HSL | 1.41º | 0.47% | 0.35% | - |
| HSV(B) | 1.41º | 0.64% | 0.52% | - |
| XYZ | 11.13 | 7.31 | 3.51 | - |
| YUV | 73.59 | 113 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 49 | 47 | 0 | 0.63 | 0.64 | 0.48 | 1.41 | 0.47 | 0.35 |
| Hex | 84 | 31 | 2F | 0 | 3F | 40 | 30 | 1 | 2F | 23 |
| Octal | 204 | 61 | 57 | 0 | 77 | 100 | 60 | 1 | 57 | 43 |
| Binary | 10000100 | 110001 | 101111 | 0 | 111111 | 1000000 | 110000 | 1 | 101111 | 100011 |
Color Harmonies of #84312F
Complementary color
Monochromatic Colors of #84312F
Black with #84312F
Text Example
Text Example
White with #84312F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #84312F; }
p { color: rgb(132,49,47); }
H1.HeaderClassName
{
color: #84312F;
}
.AnyTagClassName
{
color: #84312F;
}
</style>
background-color css
<style>
a { background-color: #84312F; }
a { background-color: rgb(132,49,47); }
div.DivClassName
{
background-color: #84312F;
}
.BgClassName
{
background-color: #84312F;
}
</style>
border-color css
<style>
span { border-color: #84312F; }
span { border-color: rgb(132,49,47); }
td.TdClassName
{
border-color: #84312F;
}
.TagClassName
{
border-color: #84312F;
}
</style>