Shades of Tall Poppy #7E3A39
Tints of Tall Poppy #7E3A39
RGB
CMYK
RGB Variations
Color information
#7E3A39 (or 0x7E3A39) is known color: Tall Poppy. HEX triplet: 7E, 3A and 39. RGB value is (126,58,57). Sum of RGB (Red+Green+Blue) = 126+58+57=241 (31% of max value = 765). Red value is 126 (49.61% from 255 or 52.28% from 241); Green value is 58 (23.05% from 255 or 24.07% from 241); Blue value is 57 (22.66% from 255 or 23.65% from 241); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3A39 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3A39 is #81C5C6. Grayscale: #4E4E4E. Windows color (decimal): -8504775 or 3750526. OLE color: 3750526.
HSL color Cylindrical-coordinate representation of color #7E3A39: hue angle of 0.87º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7E3A39 is Cyan = 0, Magento = 0.54, Yellow = 0.55 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 58 | 57 | - |
| CMYK | 0 | 0.54 | 0.55 | 0.51 |
| HSL | 0.87º | 0.38% | 0.36% | - |
| HSV(B) | 0.87º | 0.55% | 0.49% | - |
| XYZ | 10.86 | 7.76 | 4.8 | - |
| YUV | 78.22 | 116.03 | 162.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 58 | 57 | 0 | 0.54 | 0.55 | 0.51 | 0.87 | 0.38 | 0.36 |
| Hex | 7E | 3A | 39 | 0 | 36 | 37 | 33 | 1 | 26 | 24 |
| Octal | 176 | 72 | 71 | 0 | 66 | 67 | 63 | 1 | 46 | 44 |
| Binary | 1111110 | 111010 | 111001 | 0 | 110110 | 110111 | 110011 | 1 | 100110 | 100100 |
Color Harmonies of #7E3A39
Complementary color
Monochromatic Colors of #7E3A39
Black with #7E3A39
Text Example
Text Example
White with #7E3A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3A39; }
p { color: rgb(126,58,57); }
H1.HeaderClassName
{
color: #7E3A39;
}
.AnyTagClassName
{
color: #7E3A39;
}
</style>
background-color css
<style>
a { background-color: #7E3A39; }
a { background-color: rgb(126,58,57); }
div.DivClassName
{
background-color: #7E3A39;
}
.BgClassName
{
background-color: #7E3A39;
}
</style>
border-color css
<style>
span { border-color: #7E3A39; }
span { border-color: rgb(126,58,57); }
td.TdClassName
{
border-color: #7E3A39;
}
.TagClassName
{
border-color: #7E3A39;
}
</style>