Shades of Tall Poppy #7E3333
Tints of Tall Poppy #7E3333
RGB
CMYK
RGB Variations
Color information
#7E3333 (or 0x7E3333) is known color: Tall Poppy. HEX triplet: 7E, 33 and 33. RGB value is (126,51,51). Sum of RGB (Red+Green+Blue) = 126+51+51=228 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.26% from 228); Green value is 51 (20.31% from 255 or 22.37% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 126 - color contains mainly: red. Hex color #7E3333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E3333 is #81CCCC. Grayscale: #494949. Windows color (decimal): -8506573 or 3355518. OLE color: 3355518.
HSL color Cylindrical-coordinate representation of color #7E3333: hue angle of 0º degrees, saturation: 0.42, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7E3333 is Cyan = 0, Magento = 0.60, Yellow = 0.60 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 126 | 51 | 51 | - |
| CMYK | 0 | 0.60 | 0.60 | 0.51 |
| HSL | 0º | 0.42% | 0.35% | - |
| HSV(B) | 0º | 0.6% | 0.49% | - |
| XYZ | 10.39 | 7.04 | 3.94 | - |
| YUV | 73.43 | 115.35 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 51 | 51 | 0 | 0.60 | 0.60 | 0.51 | 0 | 0.42 | 0.35 |
| Hex | 7E | 33 | 33 | 0 | 3C | 3C | 33 | 0 | 2A | 23 |
| Octal | 176 | 63 | 63 | 0 | 74 | 74 | 63 | 0 | 52 | 43 |
| Binary | 1111110 | 110011 | 110011 | 0 | 111100 | 111100 | 110011 | 0 | 101010 | 100011 |
Color Harmonies of #7E3333
Complementary color
Monochromatic Colors of #7E3333
Black with #7E3333
Text Example
Text Example
White with #7E3333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7E3333; }
p { color: rgb(126,51,51); }
H1.HeaderClassName
{
color: #7E3333;
}
.AnyTagClassName
{
color: #7E3333;
}
</style>
background-color css
<style>
a { background-color: #7E3333; }
a { background-color: rgb(126,51,51); }
div.DivClassName
{
background-color: #7E3333;
}
.BgClassName
{
background-color: #7E3333;
}
</style>
border-color css
<style>
span { border-color: #7E3333; }
span { border-color: rgb(126,51,51); }
td.TdClassName
{
border-color: #7E3333;
}
.TagClassName
{
border-color: #7E3333;
}
</style>