Shades of Tall Poppy #852D2B
Tints of Tall Poppy #852D2B
RGB
CMYK
RGB Variations
Color information
#852D2B (or 0x852D2B) is known color: Tall Poppy. HEX triplet: 85, 2D and 2B. RGB value is (133,45,43). Sum of RGB (Red+Green+Blue) = 133+45+43=221 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.18% from 221); Green value is 45 (17.97% from 255 or 20.36% from 221); Blue value is 43 (17.19% from 255 or 19.46% from 221); Max value from RGB is 133 - color contains mainly: red. Hex color #852D2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852D2B is #7AD2D4. Grayscale: #474747. Windows color (decimal): -8049365 or 2829701. OLE color: 2829701.
HSL color Cylindrical-coordinate representation of color #852D2B: hue angle of 1.33º 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 #852D2B is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 45 | 43 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.48 |
| HSL | 1.33º | 0.51% | 0.35% | - |
| HSV(B) | 1.33º | 0.68% | 0.52% | - |
| XYZ | 11.05 | 7.04 | 3.06 | - |
| YUV | 71.08 | 112.15 | 172.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 43 | 0 | 0.66 | 0.68 | 0.48 | 1.33 | 0.51 | 0.35 |
| Hex | 85 | 2D | 2B | 0 | 42 | 44 | 30 | 1 | 33 | 23 |
| Octal | 205 | 55 | 53 | 0 | 102 | 104 | 60 | 1 | 63 | 43 |
| Binary | 10000101 | 101101 | 101011 | 0 | 1000010 | 1000100 | 110000 | 1 | 110011 | 100011 |
Color Harmonies of #852D2B
Complementary color
Monochromatic Colors of #852D2B
Black with #852D2B
Text Example
Text Example
White with #852D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852D2B; }
p { color: rgb(133,45,43); }
H1.HeaderClassName
{
color: #852D2B;
}
.AnyTagClassName
{
color: #852D2B;
}
</style>
background-color css
<style>
a { background-color: #852D2B; }
a { background-color: rgb(133,45,43); }
div.DivClassName
{
background-color: #852D2B;
}
.BgClassName
{
background-color: #852D2B;
}
</style>
border-color css
<style>
span { border-color: #852D2B; }
span { border-color: rgb(133,45,43); }
td.TdClassName
{
border-color: #852D2B;
}
.TagClassName
{
border-color: #852D2B;
}
</style>