Shades of Tall Poppy #7D3935
Tints of Tall Poppy #7D3935
RGB
CMYK
RGB Variations
Color information
#7D3935 (or 0x7D3935) is known color: Tall Poppy. HEX triplet: 7D, 39 and 35. RGB value is (125,57,53). Sum of RGB (Red+Green+Blue) = 125+57+53=235 (31% of max value = 765). Red value is 125 (49.22% from 255 or 53.19% from 235); Green value is 57 (22.66% from 255 or 24.26% from 235); Blue value is 53 (21.09% from 255 or 22.55% from 235); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3935 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7D3935 is #82C6CA. Grayscale: #4C4C4C. Windows color (decimal): -8570571 or 3488125. OLE color: 3488125.
HSL color Cylindrical-coordinate representation of color #7D3935: hue angle of 3.33º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D3935 is Cyan = 0, Magento = 0.54, Yellow = 0.58 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 57 | 53 | - |
| CMYK | 0 | 0.54 | 0.58 | 0.51 |
| HSL | 3.33º | 0.4% | 0.35% | - |
| HSV(B) | 3.33º | 0.58% | 0.49% | - |
| XYZ | 10.56 | 7.54 | 4.27 | - |
| YUV | 76.88 | 114.53 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 57 | 53 | 0 | 0.54 | 0.58 | 0.51 | 3.33 | 0.4 | 0.35 |
| Hex | 7D | 39 | 35 | 0 | 36 | 3A | 33 | 3 | 28 | 23 |
| Octal | 175 | 71 | 65 | 0 | 66 | 72 | 63 | 3 | 50 | 43 |
| Binary | 1111101 | 111001 | 110101 | 0 | 110110 | 111010 | 110011 | 11 | 101000 | 100011 |
Color Harmonies of #7D3935
Complementary color
Monochromatic Colors of #7D3935
Black with #7D3935
Text Example
Text Example
White with #7D3935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3935; }
p { color: rgb(125,57,53); }
H1.HeaderClassName
{
color: #7D3935;
}
.AnyTagClassName
{
color: #7D3935;
}
</style>
background-color css
<style>
a { background-color: #7D3935; }
a { background-color: rgb(125,57,53); }
div.DivClassName
{
background-color: #7D3935;
}
.BgClassName
{
background-color: #7D3935;
}
</style>
border-color css
<style>
span { border-color: #7D3935; }
span { border-color: rgb(125,57,53); }
td.TdClassName
{
border-color: #7D3935;
}
.TagClassName
{
border-color: #7D3935;
}
</style>