Shades of Tall Poppy #853535
Tints of Tall Poppy #853535
RGB
CMYK
RGB Variations
Color information
#853535 (or 0x853535) is known color: Tall Poppy. HEX triplet: 85, 35 and 35. RGB value is (133,53,53). Sum of RGB (Red+Green+Blue) = 133+53+53=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 53 (21.09% from 255 or 22.18% from 239); Blue value is 53 (21.09% from 255 or 22.18% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #853535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853535 is #7ACACA. Grayscale: #4D4D4D. Windows color (decimal): -8047307 or 3487109. OLE color: 3487109.
HSL color Cylindrical-coordinate representation of color #853535: hue angle of 0º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #853535 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 53 | 53 | - |
| CMYK | 0 | 0.60 | 0.60 | 0.48 |
| HSL | 0º | 0.43% | 0.36% | - |
| HSV(B) | 0º | 0.6% | 0.52% | - |
| XYZ | 11.59 | 7.79 | 4.26 | - |
| YUV | 76.92 | 114.5 | 168 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 53 | 53 | 0 | 0.60 | 0.60 | 0.48 | 0 | 0.43 | 0.36 |
| Hex | 85 | 35 | 35 | 0 | 3C | 3C | 30 | 0 | 2B | 24 |
| Octal | 205 | 65 | 65 | 0 | 74 | 74 | 60 | 0 | 53 | 44 |
| Binary | 10000101 | 110101 | 110101 | 0 | 111100 | 111100 | 110000 | 0 | 101011 | 100100 |
Color Harmonies of #853535
Complementary color
Monochromatic Colors of #853535
Black with #853535
Text Example
Text Example
White with #853535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853535; }
p { color: rgb(133,53,53); }
H1.HeaderClassName
{
color: #853535;
}
.AnyTagClassName
{
color: #853535;
}
</style>
background-color css
<style>
a { background-color: #853535; }
a { background-color: rgb(133,53,53); }
div.DivClassName
{
background-color: #853535;
}
.BgClassName
{
background-color: #853535;
}
</style>
border-color css
<style>
span { border-color: #853535; }
span { border-color: rgb(133,53,53); }
td.TdClassName
{
border-color: #853535;
}
.TagClassName
{
border-color: #853535;
}
</style>