Shades of Tall Poppy #843331
Tints of Tall Poppy #843331
RGB
CMYK
RGB Variations
Color information
#843331 (or 0x843331) is known color: Tall Poppy. HEX triplet: 84, 33 and 31. RGB value is (132,51,49). Sum of RGB (Red+Green+Blue) = 132+51+49=232 (30% of max value = 765). Red value is 132 (51.95% from 255 or 56.90% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 49 (19.53% from 255 or 21.12% from 232); Max value from RGB is 132 - color contains mainly: red. Hex color #843331 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843331 is #7BCCCE. Grayscale: #4B4B4B. Windows color (decimal): -8113359 or 3224452. OLE color: 3224452.
HSL color Cylindrical-coordinate representation of color #843331: hue angle of 1.45º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #843331 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 51 | 49 | - |
| CMYK | 0 | 0.61 | 0.63 | 0.48 |
| HSL | 1.45º | 0.46% | 0.35% | - |
| HSV(B) | 1.45º | 0.63% | 0.52% | - |
| XYZ | 11.25 | 7.49 | 3.76 | - |
| YUV | 74.99 | 113.34 | 168.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 51 | 49 | 0 | 0.61 | 0.63 | 0.48 | 1.45 | 0.46 | 0.35 |
| Hex | 84 | 33 | 31 | 0 | 3D | 3F | 30 | 1 | 2E | 23 |
| Octal | 204 | 63 | 61 | 0 | 75 | 77 | 60 | 1 | 56 | 43 |
| Binary | 10000100 | 110011 | 110001 | 0 | 111101 | 111111 | 110000 | 1 | 101110 | 100011 |
Color Harmonies of #843331
Complementary color
Monochromatic Colors of #843331
Black with #843331
Text Example
Text Example
White with #843331
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843331; }
p { color: rgb(132,51,49); }
H1.HeaderClassName
{
color: #843331;
}
.AnyTagClassName
{
color: #843331;
}
</style>
background-color css
<style>
a { background-color: #843331; }
a { background-color: rgb(132,51,49); }
div.DivClassName
{
background-color: #843331;
}
.BgClassName
{
background-color: #843331;
}
</style>
border-color css
<style>
span { border-color: #843331; }
span { border-color: rgb(132,51,49); }
td.TdClassName
{
border-color: #843331;
}
.TagClassName
{
border-color: #843331;
}
</style>