Shades of Tall Poppy #852E2D
Tints of Tall Poppy #852E2D
RGB
CMYK
RGB Variations
Color information
#852E2D (or 0x852E2D) is known color: Tall Poppy. HEX triplet: 85, 2E and 2D. RGB value is (133,46,45). Sum of RGB (Red+Green+Blue) = 133+46+45=224 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.38% from 224); Green value is 46 (18.36% from 255 or 20.54% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 133 - color contains mainly: red. Hex color #852E2D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #852E2D is #7AD1D2. Grayscale: #474747. Windows color (decimal): -8049107 or 2961029. OLE color: 2961029.
HSL color Cylindrical-coordinate representation of color #852E2D: hue angle of 0.68º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #852E2D is Cyan = 0, Magento = 0.65, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 46 | 45 | - |
| CMYK | 0 | 0.65 | 0.66 | 0.48 |
| HSL | 0.68º | 0.49% | 0.35% | - |
| HSV(B) | 0.68º | 0.66% | 0.52% | - |
| XYZ | 11.12 | 7.13 | 3.27 | - |
| YUV | 71.9 | 112.82 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 46 | 45 | 0 | 0.65 | 0.66 | 0.48 | 0.68 | 0.49 | 0.35 |
| Hex | 85 | 2E | 2D | 0 | 41 | 42 | 30 | 1 | 31 | 23 |
| Octal | 205 | 56 | 55 | 0 | 101 | 102 | 60 | 1 | 61 | 43 |
| Binary | 10000101 | 101110 | 101101 | 0 | 1000001 | 1000010 | 110000 | 1 | 110001 | 100011 |
Color Harmonies of #852E2D
Complementary color
Monochromatic Colors of #852E2D
Black with #852E2D
Text Example
Text Example
White with #852E2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #852E2D; }
p { color: rgb(133,46,45); }
H1.HeaderClassName
{
color: #852E2D;
}
.AnyTagClassName
{
color: #852E2D;
}
</style>
background-color css
<style>
a { background-color: #852E2D; }
a { background-color: rgb(133,46,45); }
div.DivClassName
{
background-color: #852E2D;
}
.BgClassName
{
background-color: #852E2D;
}
</style>
border-color css
<style>
span { border-color: #852E2D; }
span { border-color: rgb(133,46,45); }
td.TdClassName
{
border-color: #852E2D;
}
.TagClassName
{
border-color: #852E2D;
}
</style>