Shades of Tall Poppy #80332F
Tints of Tall Poppy #80332F
RGB
CMYK
RGB Variations
Color information
#80332F (or 0x80332F) is known color: Tall Poppy. HEX triplet: 80, 33 and 2F. RGB value is (128,51,47). Sum of RGB (Red+Green+Blue) = 128+51+47=226 (29% of max value = 765). Red value is 128 (50.39% from 255 or 56.64% from 226); Green value is 51 (20.31% from 255 or 22.57% from 226); Blue value is 47 (18.75% from 255 or 20.80% from 226); Max value from RGB is 128 - color contains mainly: red. Hex color #80332F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #80332F is #7FCCD0. Grayscale: #494949. Windows color (decimal): -8375505 or 3093376. OLE color: 3093376.
HSL color Cylindrical-coordinate representation of color #80332F: hue angle of 2.96º degrees, saturation: 0.46, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #80332F is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 51 | 47 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.50 |
| HSL | 2.96º | 0.46% | 0.34% | - |
| HSV(B) | 2.96º | 0.63% | 0.5% | - |
| XYZ | 10.6 | 7.16 | 3.51 | - |
| YUV | 73.57 | 113.01 | 166.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 51 | 47 | 0 | 0.60 | 0.63 | 0.50 | 2.96 | 0.46 | 0.34 |
| Hex | 80 | 33 | 2F | 0 | 3C | 3F | 32 | 3 | 2E | 22 |
| Octal | 200 | 63 | 57 | 0 | 74 | 77 | 62 | 3 | 56 | 42 |
| Binary | 10000000 | 110011 | 101111 | 0 | 111100 | 111111 | 110010 | 11 | 101110 | 100010 |
Color Harmonies of #80332F
Complementary color
Monochromatic Colors of #80332F
Black with #80332F
Text Example
Text Example
White with #80332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80332F; }
p { color: rgb(128,51,47); }
H1.HeaderClassName
{
color: #80332F;
}
.AnyTagClassName
{
color: #80332F;
}
</style>
background-color css
<style>
a { background-color: #80332F; }
a { background-color: rgb(128,51,47); }
div.DivClassName
{
background-color: #80332F;
}
.BgClassName
{
background-color: #80332F;
}
</style>
border-color css
<style>
span { border-color: #80332F; }
span { border-color: rgb(128,51,47); }
td.TdClassName
{
border-color: #80332F;
}
.TagClassName
{
border-color: #80332F;
}
</style>