Shades of Tall Poppy #843C3A
Tints of Tall Poppy #843C3A
RGB
CMYK
RGB Variations
Color information
#843C3A (or 0x843C3A) is known color: Tall Poppy. HEX triplet: 84, 3C and 3A. RGB value is (132,60,58). Sum of RGB (Red+Green+Blue) = 132+60+58=250 (33% of max value = 765). Red value is 132 (51.95% from 255 or 52.8% from 250); Green value is 60 (23.83% from 255 or 24% from 250); Blue value is 58 (23.05% from 255 or 23.2% from 250); Max value from RGB is 132 - color contains mainly: red. Hex color #843C3A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843C3A is #7BC3C5. Grayscale: #515151. Windows color (decimal): -8111046 or 3816580. OLE color: 3816580.
HSL color Cylindrical-coordinate representation of color #843C3A: hue angle of 1.62º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #843C3A is Cyan = 0, Magento = 0.55, Yellow = 0.56 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 60 | 58 | - |
| CMYK | 0 | 0.55 | 0.56 | 0.48 |
| HSL | 1.62º | 0.39% | 0.37% | - |
| HSV(B) | 1.62º | 0.56% | 0.52% | - |
| XYZ | 11.9 | 8.44 | 5.01 | - |
| YUV | 81.3 | 114.85 | 164.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 60 | 58 | 0 | 0.55 | 0.56 | 0.48 | 1.62 | 0.39 | 0.37 |
| Hex | 84 | 3C | 3A | 0 | 37 | 38 | 30 | 2 | 27 | 25 |
| Octal | 204 | 74 | 72 | 0 | 67 | 70 | 60 | 2 | 47 | 45 |
| Binary | 10000100 | 111100 | 111010 | 0 | 110111 | 111000 | 110000 | 10 | 100111 | 100101 |
Color Harmonies of #843C3A
Complementary color
Monochromatic Colors of #843C3A
Black with #843C3A
Text Example
Text Example
White with #843C3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843C3A; }
p { color: rgb(132,60,58); }
H1.HeaderClassName
{
color: #843C3A;
}
.AnyTagClassName
{
color: #843C3A;
}
</style>
background-color css
<style>
a { background-color: #843C3A; }
a { background-color: rgb(132,60,58); }
div.DivClassName
{
background-color: #843C3A;
}
.BgClassName
{
background-color: #843C3A;
}
</style>
border-color css
<style>
span { border-color: #843C3A; }
span { border-color: rgb(132,60,58); }
td.TdClassName
{
border-color: #843C3A;
}
.TagClassName
{
border-color: #843C3A;
}
</style>