Shades of Tall Poppy #85302D
Tints of Tall Poppy #85302D
RGB
CMYK
RGB Variations
Color information
#85302D (or 0x85302D) is known color: Tall Poppy. HEX triplet: 85, 30 and 2D. RGB value is (133,48,45). Sum of RGB (Red+Green+Blue) = 133+48+45=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 48 (19.14% from 255 or 21.24% from 226); Blue value is 45 (17.97% from 255 or 19.91% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #85302D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #85302D is #7ACFD2. Grayscale: #494949. Windows color (decimal): -8048595 or 2961541. OLE color: 2961541.
HSL color Cylindrical-coordinate representation of color #85302D: hue angle of 2.05º 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 #85302D is Cyan = 0, Magento = 0.64, Yellow = 0.66 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 48 | 45 | - |
| CMYK | 0 | 0.64 | 0.66 | 0.48 |
| HSL | 2.05º | 0.49% | 0.35% | - |
| HSV(B) | 2.05º | 0.66% | 0.52% | - |
| XYZ | 11.2 | 7.29 | 3.3 | - |
| YUV | 73.07 | 112.16 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 48 | 45 | 0 | 0.64 | 0.66 | 0.48 | 2.05 | 0.49 | 0.35 |
| Hex | 85 | 30 | 2D | 0 | 40 | 42 | 30 | 2 | 31 | 23 |
| Octal | 205 | 60 | 55 | 0 | 100 | 102 | 60 | 2 | 61 | 43 |
| Binary | 10000101 | 110000 | 101101 | 0 | 1000000 | 1000010 | 110000 | 10 | 110001 | 100011 |
Color Harmonies of #85302D
Complementary color
Monochromatic Colors of #85302D
Black with #85302D
Text Example
Text Example
White with #85302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85302D; }
p { color: rgb(133,48,45); }
H1.HeaderClassName
{
color: #85302D;
}
.AnyTagClassName
{
color: #85302D;
}
</style>
background-color css
<style>
a { background-color: #85302D; }
a { background-color: rgb(133,48,45); }
div.DivClassName
{
background-color: #85302D;
}
.BgClassName
{
background-color: #85302D;
}
</style>
border-color css
<style>
span { border-color: #85302D; }
span { border-color: rgb(133,48,45); }
td.TdClassName
{
border-color: #85302D;
}
.TagClassName
{
border-color: #85302D;
}
</style>