Shades of Tall Poppy #883332
Tints of Tall Poppy #883332
RGB
CMYK
RGB Variations
Color information
#883332 (or 0x883332) is known color: Tall Poppy. HEX triplet: 88, 33 and 32. RGB value is (136,51,50). Sum of RGB (Red+Green+Blue) = 136+51+50=237 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.38% from 237); Green value is 51 (20.31% from 255 or 21.52% from 237); Blue value is 50 (19.92% from 255 or 21.10% from 237); Max value from RGB is 136 - color contains mainly: red. Hex color #883332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883332 is #77CCCD. Grayscale: #4C4C4C. Windows color (decimal): -7851214 or 3289992. OLE color: 3289992.
HSL color Cylindrical-coordinate representation of color #883332: hue angle of 0.7º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #883332 is Cyan = 0, Magento = 0.62, Yellow = 0.63 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 51 | 50 | - |
| CMYK | 0 | 0.62 | 0.63 | 0.47 |
| HSL | 0.7º | 0.46% | 0.36% | - |
| HSV(B) | 0.7º | 0.63% | 0.53% | - |
| XYZ | 11.91 | 7.83 | 3.9 | - |
| YUV | 76.3 | 113.16 | 170.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 51 | 50 | 0 | 0.62 | 0.63 | 0.47 | 0.7 | 0.46 | 0.36 |
| Hex | 88 | 33 | 32 | 0 | 3E | 3F | 2F | 1 | 2E | 24 |
| Octal | 210 | 63 | 62 | 0 | 76 | 77 | 57 | 1 | 56 | 44 |
| Binary | 10001000 | 110011 | 110010 | 0 | 111110 | 111111 | 101111 | 1 | 101110 | 100100 |
Color Harmonies of #883332
Complementary color
Monochromatic Colors of #883332
Black with #883332
Text Example
Text Example
White with #883332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883332; }
p { color: rgb(136,51,50); }
H1.HeaderClassName
{
color: #883332;
}
.AnyTagClassName
{
color: #883332;
}
</style>
background-color css
<style>
a { background-color: #883332; }
a { background-color: rgb(136,51,50); }
div.DivClassName
{
background-color: #883332;
}
.BgClassName
{
background-color: #883332;
}
</style>
border-color css
<style>
span { border-color: #883332; }
span { border-color: rgb(136,51,50); }
td.TdClassName
{
border-color: #883332;
}
.TagClassName
{
border-color: #883332;
}
</style>