Shades of Tall Poppy #883535
Tints of Tall Poppy #883535
RGB
CMYK
RGB Variations
Color information
#883535 (or 0x883535) is known color: Tall Poppy. HEX triplet: 88, 35 and 35. RGB value is (136,53,53). Sum of RGB (Red+Green+Blue) = 136+53+53=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 53 (21.09% from 255 or 21.90% from 242); Blue value is 53 (21.09% from 255 or 21.90% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #883535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883535 is #77CACA. Grayscale: #4D4D4D. Windows color (decimal): -7850699 or 3487112. OLE color: 3487112.
HSL color Cylindrical-coordinate representation of color #883535: hue angle of 0º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #883535 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 53 | 53 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.47 |
| HSL | 0º | 0.44% | 0.37% | - |
| HSV(B) | 0º | 0.61% | 0.53% | - |
| XYZ | 12.07 | 8.04 | 4.28 | - |
| YUV | 77.82 | 114 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 53 | 53 | 0 | 0.61 | 0.61 | 0.47 | 0 | 0.44 | 0.37 |
| Hex | 88 | 35 | 35 | 0 | 3D | 3D | 2F | 0 | 2C | 25 |
| Octal | 210 | 65 | 65 | 0 | 75 | 75 | 57 | 0 | 54 | 45 |
| Binary | 10001000 | 110101 | 110101 | 0 | 111101 | 111101 | 101111 | 0 | 101100 | 100101 |
Color Harmonies of #883535
Complementary color
Monochromatic Colors of #883535
Black with #883535
Text Example
Text Example
White with #883535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883535; }
p { color: rgb(136,53,53); }
H1.HeaderClassName
{
color: #883535;
}
.AnyTagClassName
{
color: #883535;
}
</style>
background-color css
<style>
a { background-color: #883535; }
a { background-color: rgb(136,53,53); }
div.DivClassName
{
background-color: #883535;
}
.BgClassName
{
background-color: #883535;
}
</style>
border-color css
<style>
span { border-color: #883535; }
span { border-color: rgb(136,53,53); }
td.TdClassName
{
border-color: #883535;
}
.TagClassName
{
border-color: #883535;
}
</style>