Shades of Tall Poppy #8A3939
Tints of Tall Poppy #8A3939
RGB
CMYK
RGB Variations
Color information
#8A3939 (or 0x8A3939) is known color: Tall Poppy. HEX triplet: 8A, 39 and 39. RGB value is (138,57,57). Sum of RGB (Red+Green+Blue) = 138+57+57=252 (33% of max value = 765). Red value is 138 (54.30% from 255 or 54.76% from 252); Green value is 57 (22.66% from 255 or 22.62% from 252); Blue value is 57 (22.66% from 255 or 22.62% from 252); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8A3939 is #75C6C6. Grayscale: #515151. Windows color (decimal): -7718599 or 3750282. OLE color: 3750282.
HSL color Cylindrical-coordinate representation of color #8A3939: hue angle of 0º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A3939 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 138 | 57 | 57 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.46 |
| HSL | 0º | 0.42% | 0.38% | - |
| HSV(B) | 0º | 0.59% | 0.54% | - |
| XYZ | 12.68 | 8.62 | 4.87 | - |
| YUV | 81.22 | 114.34 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 57 | 57 | 0 | 0.59 | 0.59 | 0.46 | 0 | 0.42 | 0.38 |
| Hex | 8A | 39 | 39 | 0 | 3B | 3B | 2E | 0 | 2A | 26 |
| Octal | 212 | 71 | 71 | 0 | 73 | 73 | 56 | 0 | 52 | 46 |
| Binary | 10001010 | 111001 | 111001 | 0 | 111011 | 111011 | 101110 | 0 | 101010 | 100110 |
Color Harmonies of #8A3939
Complementary color
Monochromatic Colors of #8A3939
Black with #8A3939
Text Example
Text Example
White with #8A3939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8A3939; }
p { color: rgb(138,57,57); }
H1.HeaderClassName
{
color: #8A3939;
}
.AnyTagClassName
{
color: #8A3939;
}
</style>
background-color css
<style>
a { background-color: #8A3939; }
a { background-color: rgb(138,57,57); }
div.DivClassName
{
background-color: #8A3939;
}
.BgClassName
{
background-color: #8A3939;
}
</style>
border-color css
<style>
span { border-color: #8A3939; }
span { border-color: rgb(138,57,57); }
td.TdClassName
{
border-color: #8A3939;
}
.TagClassName
{
border-color: #8A3939;
}
</style>