Shades of Tall Poppy #85312D
Tints of Tall Poppy #85312D
RGB
CMYK
RGB Variations
Color information
#85312D (or 0x85312D) is known color: Tall Poppy. HEX triplet: 85, 31 and 2D. RGB value is (133,49,45). Sum of RGB (Red+Green+Blue) = 133+49+45=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 45 (17.97% from 255 or 19.82% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #85312D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85312D is #7ACED2. Grayscale: #494949. Windows color (decimal): -8048339 or 2961797. OLE color: 2961797.
HSL color Cylindrical-coordinate representation of color #85312D: hue angle of 2.73º 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 #85312D is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 49 | 45 | - |
| CMYK | 0 | 0.63 | 0.66 | 0.48 |
| HSL | 2.73º | 0.49% | 0.35% | - |
| HSV(B) | 2.73º | 0.66% | 0.52% | - |
| XYZ | 11.24 | 7.37 | 3.31 | - |
| YUV | 73.66 | 111.83 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 49 | 45 | 0 | 0.63 | 0.66 | 0.48 | 2.73 | 0.49 | 0.35 |
| Hex | 85 | 31 | 2D | 0 | 3F | 42 | 30 | 3 | 31 | 23 |
| Octal | 205 | 61 | 55 | 0 | 77 | 102 | 60 | 3 | 61 | 43 |
| Binary | 10000101 | 110001 | 101101 | 0 | 111111 | 1000010 | 110000 | 11 | 110001 | 100011 |
Color Harmonies of #85312D
Complementary color
Monochromatic Colors of #85312D
Black with #85312D
Text Example
Text Example
White with #85312D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85312D; }
p { color: rgb(133,49,45); }
H1.HeaderClassName
{
color: #85312D;
}
.AnyTagClassName
{
color: #85312D;
}
</style>
background-color css
<style>
a { background-color: #85312D; }
a { background-color: rgb(133,49,45); }
div.DivClassName
{
background-color: #85312D;
}
.BgClassName
{
background-color: #85312D;
}
</style>
border-color css
<style>
span { border-color: #85312D; }
span { border-color: rgb(133,49,45); }
td.TdClassName
{
border-color: #85312D;
}
.TagClassName
{
border-color: #85312D;
}
</style>