Shades of Tall Poppy #7F3232
Tints of Tall Poppy #7F3232
RGB
CMYK
RGB Variations
Color information
#7F3232 (or 0x7F3232) is known color: Tall Poppy. HEX triplet: 7F, 32 and 32. RGB value is (127,50,50). Sum of RGB (Red+Green+Blue) = 127+50+50=227 (30% of max value = 765). Red value is 127 (50% from 255 or 55.95% from 227); Green value is 50 (19.92% from 255 or 22.03% from 227); Blue value is 50 (19.92% from 255 or 22.03% from 227); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3232 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7F3232 is #80CDCD. Grayscale: #494949. Windows color (decimal): -8441294 or 3289727. OLE color: 3289727.
HSL color Cylindrical-coordinate representation of color #7F3232: hue angle of 0º degrees, saturation: 0.44, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #7F3232 is Cyan = 0, Magento = 0.61, Yellow = 0.61 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 50 | 50 | - |
| CMYK | 0 | 0.61 | 0.61 | 0.50 |
| HSL | 0º | 0.44% | 0.35% | - |
| HSV(B) | 0º | 0.61% | 0.5% | - |
| XYZ | 10.47 | 7.02 | 3.82 | - |
| YUV | 73.02 | 115.01 | 166.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 50 | 50 | 0 | 0.61 | 0.61 | 0.50 | 0 | 0.44 | 0.35 |
| Hex | 7F | 32 | 32 | 0 | 3D | 3D | 32 | 0 | 2C | 23 |
| Octal | 177 | 62 | 62 | 0 | 75 | 75 | 62 | 0 | 54 | 43 |
| Binary | 1111111 | 110010 | 110010 | 0 | 111101 | 111101 | 110010 | 0 | 101100 | 100011 |
Color Harmonies of #7F3232
Complementary color
Monochromatic Colors of #7F3232
Black with #7F3232
Text Example
Text Example
White with #7F3232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3232; }
p { color: rgb(127,50,50); }
H1.HeaderClassName
{
color: #7F3232;
}
.AnyTagClassName
{
color: #7F3232;
}
</style>
background-color css
<style>
a { background-color: #7F3232; }
a { background-color: rgb(127,50,50); }
div.DivClassName
{
background-color: #7F3232;
}
.BgClassName
{
background-color: #7F3232;
}
</style>
border-color css
<style>
span { border-color: #7F3232; }
span { border-color: rgb(127,50,50); }
td.TdClassName
{
border-color: #7F3232;
}
.TagClassName
{
border-color: #7F3232;
}
</style>