Shades of Tall Poppy #852E2B
Tints of Tall Poppy #852E2B
RGB
CMYK
RGB Variations
Color information
#852E2B (or 0x852E2B) is known color: Tall Poppy. HEX triplet: 85, 2E and 2B. RGB value is (133,46,43). Sum of RGB (Red+Green+Blue) = 133+46+43=222 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.91% from 222); Green value is 46 (18.36% from 255 or 20.72% from 222); Blue value is 43 (17.19% from 255 or 19.37% from 222); Max value from RGB is 133 - color contains mainly: red. Hex color #852E2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852E2B is #7AD1D4. Grayscale: #474747. Windows color (decimal): -8049109 or 2829957. OLE color: 2829957.
HSL color Cylindrical-coordinate representation of color #852E2B: hue angle of 2º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #852E2B is Cyan = 0, Magento = 0.65, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 46 | 43 | - |
| CMYK | 0 | 0.65 | 0.68 | 0.48 |
| HSL | 2º | 0.51% | 0.35% | - |
| HSV(B) | 2º | 0.68% | 0.52% | - |
| XYZ | 11.09 | 7.11 | 3.07 | - |
| YUV | 71.67 | 111.82 | 171.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 46 | 43 | 0 | 0.65 | 0.68 | 0.48 | 2 | 0.51 | 0.35 |
| Hex | 85 | 2E | 2B | 0 | 41 | 44 | 30 | 2 | 33 | 23 |
| Octal | 205 | 56 | 53 | 0 | 101 | 104 | 60 | 2 | 63 | 43 |
| Binary | 10000101 | 101110 | 101011 | 0 | 1000001 | 1000100 | 110000 | 10 | 110011 | 100011 |
Color Harmonies of #852E2B
Complementary color
Monochromatic Colors of #852E2B
Black with #852E2B
Text Example
Text Example
White with #852E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852E2B; }
p { color: rgb(133,46,43); }
H1.HeaderClassName
{
color: #852E2B;
}
.AnyTagClassName
{
color: #852E2B;
}
</style>
background-color css
<style>
a { background-color: #852E2B; }
a { background-color: rgb(133,46,43); }
div.DivClassName
{
background-color: #852E2B;
}
.BgClassName
{
background-color: #852E2B;
}
</style>
border-color css
<style>
span { border-color: #852E2B; }
span { border-color: rgb(133,46,43); }
td.TdClassName
{
border-color: #852E2B;
}
.TagClassName
{
border-color: #852E2B;
}
</style>