Shades of Tall Poppy #8A2D2C
Tints of Tall Poppy #8A2D2C
RGB
CMYK
RGB Variations
Color information
#8A2D2C (or 0x8A2D2C) is known color: Tall Poppy. HEX triplet: 8A, 2D and 2C. RGB value is (138,45,44). Sum of RGB (Red+Green+Blue) = 138+45+44=227 (30% of max value = 765). Red value is 138 (54.30% from 255 or 60.79% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 44 (17.58% from 255 or 19.38% from 227); Max value from RGB is 138 - color contains mainly: red. Hex color #8A2D2C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A2D2C is #75D2D3. Grayscale: #484848. Windows color (decimal): -7721684 or 2895242. OLE color: 2895242.
HSL color Cylindrical-coordinate representation of color #8A2D2C: hue angle of 0.64º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8A2D2C is Cyan = 0, Magento = 0.67, Yellow = 0.68 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 45 | 44 | - |
| CMYK | 0 | 0.67 | 0.68 | 0.46 |
| HSL | 0.64º | 0.52% | 0.36% | - |
| HSV(B) | 0.64º | 0.68% | 0.54% | - |
| XYZ | 11.87 | 7.46 | 3.2 | - |
| YUV | 72.69 | 111.81 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 45 | 44 | 0 | 0.67 | 0.68 | 0.46 | 0.64 | 0.52 | 0.36 |
| Hex | 8A | 2D | 2C | 0 | 43 | 44 | 2E | 1 | 34 | 24 |
| Octal | 212 | 55 | 54 | 0 | 103 | 104 | 56 | 1 | 64 | 44 |
| Binary | 10001010 | 101101 | 101100 | 0 | 1000011 | 1000100 | 101110 | 1 | 110100 | 100100 |
Color Harmonies of #8A2D2C
Complementary color
Monochromatic Colors of #8A2D2C
Black with #8A2D2C
Text Example
Text Example
White with #8A2D2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A2D2C; }
p { color: rgb(138,45,44); }
H1.HeaderClassName
{
color: #8A2D2C;
}
.AnyTagClassName
{
color: #8A2D2C;
}
</style>
background-color css
<style>
a { background-color: #8A2D2C; }
a { background-color: rgb(138,45,44); }
div.DivClassName
{
background-color: #8A2D2C;
}
.BgClassName
{
background-color: #8A2D2C;
}
</style>
border-color css
<style>
span { border-color: #8A2D2C; }
span { border-color: rgb(138,45,44); }
td.TdClassName
{
border-color: #8A2D2C;
}
.TagClassName
{
border-color: #8A2D2C;
}
</style>