Shades of Tall Poppy #8D3D3C
Tints of Tall Poppy #8D3D3C
RGB
CMYK
RGB Variations
Color information
#8D3D3C (or 0x8D3D3C) is known color: Tall Poppy. HEX triplet: 8D, 3D and 3C. RGB value is (141,61,60). Sum of RGB (Red+Green+Blue) = 141+61+60=262 (34% of max value = 765). Red value is 141 (55.47% from 255 or 53.82% from 262); Green value is 61 (24.22% from 255 or 23.28% from 262); Blue value is 60 (23.83% from 255 or 22.90% from 262); Max value from RGB is 141 - color contains mainly: red. Hex color #8D3D3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8D3D3C is #72C2C3. Grayscale: #545454. Windows color (decimal): -7520964 or 3947917. OLE color: 3947917.
HSL color Cylindrical-coordinate representation of color #8D3D3C: hue angle of 0.74º degrees, saturation: 0.4, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8D3D3C is Cyan = 0, Magento = 0.57, Yellow = 0.57 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 61 | 60 | - |
| CMYK | 0 | 0.57 | 0.57 | 0.45 |
| HSL | 0.74º | 0.4% | 0.39% | - |
| HSV(B) | 0.74º | 0.57% | 0.55% | - |
| XYZ | 13.47 | 9.33 | 5.37 | - |
| YUV | 84.81 | 114 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 61 | 60 | 0 | 0.57 | 0.57 | 0.45 | 0.74 | 0.4 | 0.39 |
| Hex | 8D | 3D | 3C | 0 | 39 | 39 | 2D | 1 | 28 | 27 |
| Octal | 215 | 75 | 74 | 0 | 71 | 71 | 55 | 1 | 50 | 47 |
| Binary | 10001101 | 111101 | 111100 | 0 | 111001 | 111001 | 101101 | 1 | 101000 | 100111 |
Color Harmonies of #8D3D3C
Complementary color
Monochromatic Colors of #8D3D3C
Black with #8D3D3C
Text Example
Text Example
White with #8D3D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D3D3C; }
p { color: rgb(141,61,60); }
H1.HeaderClassName
{
color: #8D3D3C;
}
.AnyTagClassName
{
color: #8D3D3C;
}
</style>
background-color css
<style>
a { background-color: #8D3D3C; }
a { background-color: rgb(141,61,60); }
div.DivClassName
{
background-color: #8D3D3C;
}
.BgClassName
{
background-color: #8D3D3C;
}
</style>
border-color css
<style>
span { border-color: #8D3D3C; }
span { border-color: rgb(141,61,60); }
td.TdClassName
{
border-color: #8D3D3C;
}
.TagClassName
{
border-color: #8D3D3C;
}
</style>