Shades of Tall Poppy #81332F
Tints of Tall Poppy #81332F
RGB
CMYK
RGB Variations
Color information
#81332F (or 0x81332F) is known color: Tall Poppy. HEX triplet: 81, 33 and 2F. RGB value is (129,51,47). Sum of RGB (Red+Green+Blue) = 129+51+47=227 (30% of max value = 765). Red value is 129 (50.78% from 255 or 56.83% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 47 (18.75% from 255 or 20.70% from 227); Max value from RGB is 129 - color contains mainly: red. Hex color #81332F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #81332F is #7ECCD0. Grayscale: #494949. Windows color (decimal): -8309969 or 3093377. OLE color: 3093377.
HSL color Cylindrical-coordinate representation of color #81332F: hue angle of 2.93º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #81332F is Cyan = 0, Magento = 0.60, Yellow = 0.64 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 51 | 47 | - |
| CMYK | 0 | 0.60 | 0.64 | 0.49 |
| HSL | 2.93º | 0.47% | 0.35% | - |
| HSV(B) | 2.93º | 0.64% | 0.51% | - |
| XYZ | 10.75 | 7.24 | 3.52 | - |
| YUV | 73.87 | 112.84 | 167.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 51 | 47 | 0 | 0.60 | 0.64 | 0.49 | 2.93 | 0.47 | 0.35 |
| Hex | 81 | 33 | 2F | 0 | 3C | 40 | 31 | 3 | 2F | 23 |
| Octal | 201 | 63 | 57 | 0 | 74 | 100 | 61 | 3 | 57 | 43 |
| Binary | 10000001 | 110011 | 101111 | 0 | 111100 | 1000000 | 110001 | 11 | 101111 | 100011 |
Color Harmonies of #81332F
Complementary color
Monochromatic Colors of #81332F
Black with #81332F
Text Example
Text Example
White with #81332F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81332F; }
p { color: rgb(129,51,47); }
H1.HeaderClassName
{
color: #81332F;
}
.AnyTagClassName
{
color: #81332F;
}
</style>
background-color css
<style>
a { background-color: #81332F; }
a { background-color: rgb(129,51,47); }
div.DivClassName
{
background-color: #81332F;
}
.BgClassName
{
background-color: #81332F;
}
</style>
border-color css
<style>
span { border-color: #81332F; }
span { border-color: rgb(129,51,47); }
td.TdClassName
{
border-color: #81332F;
}
.TagClassName
{
border-color: #81332F;
}
</style>