Shades of Tall Poppy #8C3939
Tints of Tall Poppy #8C3939
RGB
CMYK
RGB Variations
Color information
#8C3939 (or 0x8C3939) is known color: Tall Poppy. HEX triplet: 8C, 39 and 39. RGB value is (140,57,57). Sum of RGB (Red+Green+Blue) = 140+57+57=254 (33% of max value = 765). Red value is 140 (55.08% from 255 or 55.12% from 254); Green value is 57 (22.66% from 255 or 22.44% from 254); Blue value is 57 (22.66% from 255 or 22.44% from 254); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3939 is #73C6C6. Grayscale: #515151. Windows color (decimal): -7587527 or 3750284. OLE color: 3750284.
HSL color Cylindrical-coordinate representation of color #8C3939: hue angle of 0º degrees, saturation: 0.42, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8C3939 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 57 | 57 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.45 |
| HSL | 0º | 0.42% | 0.39% | - |
| HSV(B) | 0º | 0.59% | 0.55% | - |
| XYZ | 13.02 | 8.8 | 4.88 | - |
| YUV | 81.82 | 114 | 169.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 57 | 57 | 0 | 0.59 | 0.59 | 0.45 | 0 | 0.42 | 0.39 |
| Hex | 8C | 39 | 39 | 0 | 3B | 3B | 2D | 0 | 2A | 27 |
| Octal | 214 | 71 | 71 | 0 | 73 | 73 | 55 | 0 | 52 | 47 |
| Binary | 10001100 | 111001 | 111001 | 0 | 111011 | 111011 | 101101 | 0 | 101010 | 100111 |
Color Harmonies of #8C3939
Complementary color
Monochromatic Colors of #8C3939
Black with #8C3939
Text Example
Text Example
White with #8C3939
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3939; }
p { color: rgb(140,57,57); }
H1.HeaderClassName
{
color: #8C3939;
}
.AnyTagClassName
{
color: #8C3939;
}
</style>
background-color css
<style>
a { background-color: #8C3939; }
a { background-color: rgb(140,57,57); }
div.DivClassName
{
background-color: #8C3939;
}
.BgClassName
{
background-color: #8C3939;
}
</style>
border-color css
<style>
span { border-color: #8C3939; }
span { border-color: rgb(140,57,57); }
td.TdClassName
{
border-color: #8C3939;
}
.TagClassName
{
border-color: #8C3939;
}
</style>