Shades of Tall Poppy #7D3333
Tints of Tall Poppy #7D3333
RGB
CMYK
RGB Variations
Color information
#7D3333 (or 0x7D3333) is known color: Tall Poppy. HEX triplet: 7D, 33 and 33. RGB value is (125,51,51). Sum of RGB (Red+Green+Blue) = 125+51+51=227 (30% of max value = 765). Red value is 125 (49.22% from 255 or 55.07% from 227); Green value is 51 (20.31% from 255 or 22.47% from 227); Blue value is 51 (20.31% from 255 or 22.47% from 227); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3333 is #82CCCC. Grayscale: #494949. Windows color (decimal): -8572109 or 3355517. OLE color: 3355517.
HSL color Cylindrical-coordinate representation of color #7D3333: 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.59%. Process color model (Four color, CMYK) of #7D3333 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 51 | 51 | - |
| CMYK | 0 | 0.59 | 0.59 | 0.51 |
| HSL | 0º | 0.42% | 0.35% | - |
| HSV(B) | 0º | 0.59% | 0.49% | - |
| XYZ | 10.24 | 6.97 | 3.94 | - |
| YUV | 73.13 | 115.52 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 51 | 51 | 0 | 0.59 | 0.59 | 0.51 | 0 | 0.42 | 0.35 |
| Hex | 7D | 33 | 33 | 0 | 3B | 3B | 33 | 0 | 2A | 23 |
| Octal | 175 | 63 | 63 | 0 | 73 | 73 | 63 | 0 | 52 | 43 |
| Binary | 1111101 | 110011 | 110011 | 0 | 111011 | 111011 | 110011 | 0 | 101010 | 100011 |
Color Harmonies of #7D3333
Complementary color
Monochromatic Colors of #7D3333
Black with #7D3333
Text Example
Text Example
White with #7D3333
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3333; }
p { color: rgb(125,51,51); }
H1.HeaderClassName
{
color: #7D3333;
}
.AnyTagClassName
{
color: #7D3333;
}
</style>
background-color css
<style>
a { background-color: #7D3333; }
a { background-color: rgb(125,51,51); }
div.DivClassName
{
background-color: #7D3333;
}
.BgClassName
{
background-color: #7D3333;
}
</style>
border-color css
<style>
span { border-color: #7D3333; }
span { border-color: rgb(125,51,51); }
td.TdClassName
{
border-color: #7D3333;
}
.TagClassName
{
border-color: #7D3333;
}
</style>