Shades of Tall Poppy #8B3332
Tints of Tall Poppy #8B3332
RGB
CMYK
RGB Variations
Color information
#8B3332 (or 0x8B3332) is known color: Tall Poppy. HEX triplet: 8B, 33 and 32. RGB value is (139,51,50). Sum of RGB (Red+Green+Blue) = 139+51+50=240 (31% of max value = 765). Red value is 139 (54.69% from 255 or 57.92% from 240); Green value is 51 (20.31% from 255 or 21.25% from 240); Blue value is 50 (19.92% from 255 or 20.83% from 240); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3332 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3332 is #74CCCD. Grayscale: #4D4D4D. Windows color (decimal): -7654606 or 3289995. OLE color: 3289995.
HSL color Cylindrical-coordinate representation of color #8B3332: 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 #8B3332 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 51 | 50 | - |
| CMYK | 0 | 0.63 | 0.64 | 0.45 |
| HSL | 0.67º | 0.47% | 0.37% | - |
| HSV(B) | 0.67º | 0.64% | 0.55% | - |
| XYZ | 12.41 | 8.09 | 3.92 | - |
| YUV | 77.2 | 112.65 | 172.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 51 | 50 | 0 | 0.63 | 0.64 | 0.45 | 0.67 | 0.47 | 0.37 |
| Hex | 8B | 33 | 32 | 0 | 3F | 40 | 2D | 1 | 2F | 25 |
| Octal | 213 | 63 | 62 | 0 | 77 | 100 | 55 | 1 | 57 | 45 |
| Binary | 10001011 | 110011 | 110010 | 0 | 111111 | 1000000 | 101101 | 1 | 101111 | 100101 |
Color Harmonies of #8B3332
Complementary color
Monochromatic Colors of #8B3332
Black with #8B3332
Text Example
Text Example
White with #8B3332
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3332; }
p { color: rgb(139,51,50); }
H1.HeaderClassName
{
color: #8B3332;
}
.AnyTagClassName
{
color: #8B3332;
}
</style>
background-color css
<style>
a { background-color: #8B3332; }
a { background-color: rgb(139,51,50); }
div.DivClassName
{
background-color: #8B3332;
}
.BgClassName
{
background-color: #8B3332;
}
</style>
border-color css
<style>
span { border-color: #8B3332; }
span { border-color: rgb(139,51,50); }
td.TdClassName
{
border-color: #8B3332;
}
.TagClassName
{
border-color: #8B3332;
}
</style>