Shades of Tall Poppy #853735
Tints of Tall Poppy #853735
RGB
CMYK
RGB Variations
Color information
#853735 (or 0x853735) is known color: Tall Poppy. HEX triplet: 85, 37 and 35. RGB value is (133,55,53). Sum of RGB (Red+Green+Blue) = 133+55+53=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 53 (21.09% from 255 or 21.99% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #853735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #853735 is #7AC8CA. Grayscale: #4E4E4E. Windows color (decimal): -8046795 or 3487621. OLE color: 3487621.
HSL color Cylindrical-coordinate representation of color #853735: hue angle of 1.5º 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 #853735 is Cyan = 0, Magento = 0.59, Yellow = 0.60 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 55 | 53 | - |
| CMYK | 0 | 0.59 | 0.60 | 0.48 |
| HSL | 1.5º | 0.43% | 0.36% | - |
| HSV(B) | 1.5º | 0.6% | 0.52% | - |
| XYZ | 11.68 | 7.98 | 4.29 | - |
| YUV | 78.09 | 113.84 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 55 | 53 | 0 | 0.59 | 0.60 | 0.48 | 1.5 | 0.43 | 0.36 |
| Hex | 85 | 37 | 35 | 0 | 3B | 3C | 30 | 2 | 2B | 24 |
| Octal | 205 | 67 | 65 | 0 | 73 | 74 | 60 | 2 | 53 | 44 |
| Binary | 10000101 | 110111 | 110101 | 0 | 111011 | 111100 | 110000 | 10 | 101011 | 100100 |
Color Harmonies of #853735
Complementary color
Monochromatic Colors of #853735
Black with #853735
Text Example
Text Example
White with #853735
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #853735; }
p { color: rgb(133,55,53); }
H1.HeaderClassName
{
color: #853735;
}
.AnyTagClassName
{
color: #853735;
}
</style>
background-color css
<style>
a { background-color: #853735; }
a { background-color: rgb(133,55,53); }
div.DivClassName
{
background-color: #853735;
}
.BgClassName
{
background-color: #853735;
}
</style>
border-color css
<style>
span { border-color: #853735; }
span { border-color: rgb(133,55,53); }
td.TdClassName
{
border-color: #853735;
}
.TagClassName
{
border-color: #853735;
}
</style>