Shades of Tall Poppy #852D2A
Tints of Tall Poppy #852D2A
RGB
CMYK
RGB Variations
Color information
#852D2A (or 0x852D2A) is known color: Tall Poppy. HEX triplet: 85, 2D and 2A. RGB value is (133,45,42). Sum of RGB (Red+Green+Blue) = 133+45+42=220 (29% of max value = 765). Red value is 133 (52.34% from 255 or 60.45% from 220); Green value is 45 (17.97% from 255 or 20.45% from 220); Blue value is 42 (16.80% from 255 or 19.09% from 220); Max value from RGB is 133 - color contains mainly: red. Hex color #852D2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852D2A is #7AD2D5. Grayscale: #474747. Windows color (decimal): -8049366 or 2764165. OLE color: 2764165.
HSL color Cylindrical-coordinate representation of color #852D2A: hue angle of 1.98º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #852D2A is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 45 | 42 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.48 |
| HSL | 1.98º | 0.52% | 0.34% | - |
| HSV(B) | 1.98º | 0.68% | 0.52% | - |
| XYZ | 11.03 | 7.03 | 2.97 | - |
| YUV | 70.97 | 111.65 | 172.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 45 | 42 | 0 | 0.66 | 0.68 | 0.48 | 1.98 | 0.52 | 0.34 |
| Hex | 85 | 2D | 2A | 0 | 42 | 44 | 30 | 2 | 34 | 22 |
| Octal | 205 | 55 | 52 | 0 | 102 | 104 | 60 | 2 | 64 | 42 |
| Binary | 10000101 | 101101 | 101010 | 0 | 1000010 | 1000100 | 110000 | 10 | 110100 | 100010 |
Color Harmonies of #852D2A
Complementary color
Monochromatic Colors of #852D2A
Black with #852D2A
Text Example
Text Example
White with #852D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852D2A; }
p { color: rgb(133,45,42); }
H1.HeaderClassName
{
color: #852D2A;
}
.AnyTagClassName
{
color: #852D2A;
}
</style>
background-color css
<style>
a { background-color: #852D2A; }
a { background-color: rgb(133,45,42); }
div.DivClassName
{
background-color: #852D2A;
}
.BgClassName
{
background-color: #852D2A;
}
</style>
border-color css
<style>
span { border-color: #852D2A; }
span { border-color: rgb(133,45,42); }
td.TdClassName
{
border-color: #852D2A;
}
.TagClassName
{
border-color: #852D2A;
}
</style>