Shades of Tall Poppy #843030
Tints of Tall Poppy #843030
RGB
CMYK
RGB Variations
Color information
#843030 (or 0x843030) is known color: Tall Poppy. HEX triplet: 84, 30 and 30. RGB value is (132,48,48). Sum of RGB (Red+Green+Blue) = 132+48+48=228 (30% of max value = 765). Red value is 132 (51.95% from 255 or 57.89% from 228); Green value is 48 (19.14% from 255 or 21.05% from 228); Blue value is 48 (19.14% from 255 or 21.05% from 228); Max value from RGB is 132 - color contains mainly: red. Hex color #843030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #843030 is #7BCFCF. Grayscale: #494949. Windows color (decimal): -8114128 or 3158148. OLE color: 3158148.
HSL color Cylindrical-coordinate representation of color #843030: hue angle of 0º 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 #843030 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 132 | 48 | 48 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.48 |
| HSL | 0º | 0.47% | 0.35% | - |
| HSV(B) | 0º | 0.64% | 0.52% | - |
| XYZ | 11.11 | 7.23 | 3.61 | - |
| YUV | 73.12 | 113.83 | 170 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 48 | 48 | 0 | 0.64 | 0.64 | 0.48 | 0 | 0.47 | 0.35 |
| Hex | 84 | 30 | 30 | 0 | 40 | 40 | 30 | 0 | 2F | 23 |
| Octal | 204 | 60 | 60 | 0 | 100 | 100 | 60 | 0 | 57 | 43 |
| Binary | 10000100 | 110000 | 110000 | 0 | 1000000 | 1000000 | 110000 | 0 | 101111 | 100011 |
Color Harmonies of #843030
Complementary color
Monochromatic Colors of #843030
Black with #843030
Text Example
Text Example
White with #843030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #843030; }
p { color: rgb(132,48,48); }
H1.HeaderClassName
{
color: #843030;
}
.AnyTagClassName
{
color: #843030;
}
</style>
background-color css
<style>
a { background-color: #843030; }
a { background-color: rgb(132,48,48); }
div.DivClassName
{
background-color: #843030;
}
.BgClassName
{
background-color: #843030;
}
</style>
border-color css
<style>
span { border-color: #843030; }
span { border-color: rgb(132,48,48); }
td.TdClassName
{
border-color: #843030;
}
.TagClassName
{
border-color: #843030;
}
</style>