Shades of Tall Poppy #8B3736
Tints of Tall Poppy #8B3736
RGB
CMYK
RGB Variations
Color information
#8B3736 (or 0x8B3736) is known color: Tall Poppy. HEX triplet: 8B, 37 and 36. RGB value is (139,55,54). Sum of RGB (Red+Green+Blue) = 139+55+54=248 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.05% from 248); Green value is 55 (21.88% from 255 or 22.18% from 248); Blue value is 54 (21.48% from 255 or 21.77% from 248); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3736 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3736 is #74C8C9. Grayscale: #505050. Windows color (decimal): -7653578 or 3553163. OLE color: 3553163.
HSL color Cylindrical-coordinate representation of color #8B3736: hue angle of 0.71º degrees, saturation: 0.44, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8B3736 is Cyan = 0, Magento = 0.60, Yellow = 0.61 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 55 | 54 | - |
| CMYK | 0 | 0.60 | 0.61 | 0.45 |
| HSL | 0.71º | 0.44% | 0.38% | - |
| HSV(B) | 0.71º | 0.61% | 0.55% | - |
| XYZ | 12.68 | 8.49 | 4.46 | - |
| YUV | 80 | 113.33 | 170.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 55 | 54 | 0 | 0.60 | 0.61 | 0.45 | 0.71 | 0.44 | 0.38 |
| Hex | 8B | 37 | 36 | 0 | 3C | 3D | 2D | 1 | 2C | 26 |
| Octal | 213 | 67 | 66 | 0 | 74 | 75 | 55 | 1 | 54 | 46 |
| Binary | 10001011 | 110111 | 110110 | 0 | 111100 | 111101 | 101101 | 1 | 101100 | 100110 |
Color Harmonies of #8B3736
Complementary color
Monochromatic Colors of #8B3736
Black with #8B3736
Text Example
Text Example
White with #8B3736
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3736; }
p { color: rgb(139,55,54); }
H1.HeaderClassName
{
color: #8B3736;
}
.AnyTagClassName
{
color: #8B3736;
}
</style>
background-color css
<style>
a { background-color: #8B3736; }
a { background-color: rgb(139,55,54); }
div.DivClassName
{
background-color: #8B3736;
}
.BgClassName
{
background-color: #8B3736;
}
</style>
border-color css
<style>
span { border-color: #8B3736; }
span { border-color: rgb(139,55,54); }
td.TdClassName
{
border-color: #8B3736;
}
.TagClassName
{
border-color: #8B3736;
}
</style>