Shades of Tall Poppy #8B3733
Tints of Tall Poppy #8B3733
RGB
CMYK
RGB Variations
Color information
#8B3733 (or 0x8B3733) is known color: Tall Poppy. HEX triplet: 8B, 37 and 33. RGB value is (139,55,51). Sum of RGB (Red+Green+Blue) = 139+55+51=245 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.73% from 245); Green value is 55 (21.88% from 255 or 22.45% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 139 - color contains mainly: red. Hex color #8B3733 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8B3733 is #74C8CC. Grayscale: #4F4F4F. Windows color (decimal): -7653581 or 3356555. OLE color: 3356555.
HSL color Cylindrical-coordinate representation of color #8B3733: hue angle of 2.73º degrees, saturation: 0.46, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8B3733 is Cyan = 0, Magento = 0.60, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 55 | 51 | - |
| CMYK | 0 | 0.60 | 0.63 | 0.45 |
| HSL | 2.73º | 0.46% | 0.37% | - |
| HSV(B) | 2.73º | 0.63% | 0.55% | - |
| XYZ | 12.61 | 8.46 | 4.1 | - |
| YUV | 79.66 | 111.83 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 55 | 51 | 0 | 0.60 | 0.63 | 0.45 | 2.73 | 0.46 | 0.37 |
| Hex | 8B | 37 | 33 | 0 | 3C | 3F | 2D | 3 | 2E | 25 |
| Octal | 213 | 67 | 63 | 0 | 74 | 77 | 55 | 3 | 56 | 45 |
| Binary | 10001011 | 110111 | 110011 | 0 | 111100 | 111111 | 101101 | 11 | 101110 | 100101 |
Color Harmonies of #8B3733
Complementary color
Monochromatic Colors of #8B3733
Black with #8B3733
Text Example
Text Example
White with #8B3733
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B3733; }
p { color: rgb(139,55,51); }
H1.HeaderClassName
{
color: #8B3733;
}
.AnyTagClassName
{
color: #8B3733;
}
</style>
background-color css
<style>
a { background-color: #8B3733; }
a { background-color: rgb(139,55,51); }
div.DivClassName
{
background-color: #8B3733;
}
.BgClassName
{
background-color: #8B3733;
}
</style>
border-color css
<style>
span { border-color: #8B3733; }
span { border-color: rgb(139,55,51); }
td.TdClassName
{
border-color: #8B3733;
}
.TagClassName
{
border-color: #8B3733;
}
</style>