Shades of Tall Poppy #803D3D
Tints of Tall Poppy #803D3D
RGB
CMYK
RGB Variations
Color information
#803D3D (or 0x803D3D) is known color: Tall Poppy. HEX triplet: 80, 3D and 3D. RGB value is (128,61,61). Sum of RGB (Red+Green+Blue) = 128+61+61=250 (33% of max value = 765). Red value is 128 (50.39% from 255 or 51.2% from 250); Green value is 61 (24.22% from 255 or 24.4% from 250); Blue value is 61 (24.22% from 255 or 24.4% from 250); Max value from RGB is 128 - color contains mainly: red. Hex color #803D3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #803D3D is #7FC2C2. Grayscale: #515151. Windows color (decimal): -8372931 or 4013440. OLE color: 4013440.
HSL color Cylindrical-coordinate representation of color #803D3D: hue angle of 0º degrees, saturation: 0.35, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #803D3D is Cyan = 0, Magento = 0.52, Yellow = 0.52 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 61 | 61 | - |
| CMYK | 0 | 0.52 | 0.52 | 0.50 |
| HSL | 0º | 0.35% | 0.37% | - |
| HSV(B) | 0º | 0.52% | 0.5% | - |
| XYZ | 11.41 | 8.26 | 5.41 | - |
| YUV | 81.03 | 116.7 | 161.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 61 | 61 | 0 | 0.52 | 0.52 | 0.50 | 0 | 0.35 | 0.37 |
| Hex | 80 | 3D | 3D | 0 | 34 | 34 | 32 | 0 | 23 | 25 |
| Octal | 200 | 75 | 75 | 0 | 64 | 64 | 62 | 0 | 43 | 45 |
| Binary | 10000000 | 111101 | 111101 | 0 | 110100 | 110100 | 110010 | 0 | 100011 | 100101 |
Color Harmonies of #803D3D
Complementary color
Monochromatic Colors of #803D3D
Black with #803D3D
Text Example
Text Example
White with #803D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #803D3D; }
p { color: rgb(128,61,61); }
H1.HeaderClassName
{
color: #803D3D;
}
.AnyTagClassName
{
color: #803D3D;
}
</style>
background-color css
<style>
a { background-color: #803D3D; }
a { background-color: rgb(128,61,61); }
div.DivClassName
{
background-color: #803D3D;
}
.BgClassName
{
background-color: #803D3D;
}
</style>
border-color css
<style>
span { border-color: #803D3D; }
span { border-color: rgb(128,61,61); }
td.TdClassName
{
border-color: #803D3D;
}
.TagClassName
{
border-color: #803D3D;
}
</style>