Shades of Tall Poppy #8C3332
Tints of Tall Poppy #8C3332
RGB
CMYK
RGB Variations
Color information
#8C3332 (or 0x8C3332) is known color: Tall Poppy. HEX triplet: 8C, 33 and 32. RGB value is (140,51,50). Sum of RGB (Red+Green+Blue) = 140+51+50=241 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.09% from 241); Green value is 51 (20.31% from 255 or 21.16% from 241); Blue value is 50 (19.92% from 255 or 20.75% from 241); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3332 is #73CCCD. Grayscale: #4D4D4D. Windows color (decimal): -7589070 or 3289996. OLE color: 3289996.
HSL color Cylindrical-coordinate representation of color #8C3332: hue angle of 0.67º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C3332 is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 51 | 50 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.45 |
| HSL | 0.67º | 0.47% | 0.37% | - |
| HSV(B) | 0.67º | 0.64% | 0.55% | - |
| XYZ | 12.57 | 8.17 | 3.93 | - |
| YUV | 77.5 | 112.49 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 51 | 50 | 0 | 0.64 | 0.64 | 0.45 | 0.67 | 0.47 | 0.37 |
| Hex | 8C | 33 | 32 | 0 | 40 | 40 | 2D | 1 | 2F | 25 |
| Octal | 214 | 63 | 62 | 0 | 100 | 100 | 55 | 1 | 57 | 45 |
| Binary | 10001100 | 110011 | 110010 | 0 | 1000000 | 1000000 | 101101 | 1 | 101111 | 100101 |
Color Harmonies of #8C3332
Complementary color
Monochromatic Colors of #8C3332
Black with #8C3332
Text Example
Text Example
White with #8C3332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3332; }
p { color: rgb(140,51,50); }
H1.HeaderClassName
{
color: #8C3332;
}
.AnyTagClassName
{
color: #8C3332;
}
</style>
background-color css
<style>
a { background-color: #8C3332; }
a { background-color: rgb(140,51,50); }
div.DivClassName
{
background-color: #8C3332;
}
.BgClassName
{
background-color: #8C3332;
}
</style>
border-color css
<style>
span { border-color: #8C3332; }
span { border-color: rgb(140,51,50); }
td.TdClassName
{
border-color: #8C3332;
}
.TagClassName
{
border-color: #8C3332;
}
</style>