Shades of Tall Poppy #8A3332
Tints of Tall Poppy #8A3332
RGB
CMYK
RGB Variations
Color information
#8A3332 (or 0x8A3332) is known color: Tall Poppy. HEX triplet: 8A, 33 and 32. RGB value is (138,51,50). Sum of RGB (Red+Green+Blue) = 138+51+50=239 (31% of max value = 765). Red value is 138 (54.30% from 255 or 57.74% from 239); Green value is 51 (20.31% from 255 or 21.34% from 239); Blue value is 50 (19.92% from 255 or 20.92% from 239); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3332 is #75CCCD. Grayscale: #4C4C4C. Windows color (decimal): -7720142 or 3289994. OLE color: 3289994.
HSL color Cylindrical-coordinate representation of color #8A3332: hue angle of 0.68º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8A3332 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 51 | 50 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.46 |
| HSL | 0.68º | 0.47% | 0.37% | - |
| HSV(B) | 0.68º | 0.64% | 0.54% | - |
| XYZ | 12.24 | 8 | 3.92 | - |
| YUV | 76.9 | 112.82 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 51 | 50 | 0 | 0.63 | 0.64 | 0.46 | 0.68 | 0.47 | 0.37 |
| Hex | 8A | 33 | 32 | 0 | 3F | 40 | 2E | 1 | 2F | 25 |
| Octal | 212 | 63 | 62 | 0 | 77 | 100 | 56 | 1 | 57 | 45 |
| Binary | 10001010 | 110011 | 110010 | 0 | 111111 | 1000000 | 101110 | 1 | 101111 | 100101 |
Color Harmonies of #8A3332
Complementary color
Monochromatic Colors of #8A3332
Black with #8A3332
Text Example
Text Example
White with #8A3332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3332; }
p { color: rgb(138,51,50); }
H1.HeaderClassName
{
color: #8A3332;
}
.AnyTagClassName
{
color: #8A3332;
}
</style>
background-color css
<style>
a { background-color: #8A3332; }
a { background-color: rgb(138,51,50); }
div.DivClassName
{
background-color: #8A3332;
}
.BgClassName
{
background-color: #8A3332;
}
</style>
border-color css
<style>
span { border-color: #8A3332; }
span { border-color: rgb(138,51,50); }
td.TdClassName
{
border-color: #8A3332;
}
.TagClassName
{
border-color: #8A3332;
}
</style>