Shades of Tall Poppy #8C3633
Tints of Tall Poppy #8C3633
RGB
CMYK
RGB Variations
Color information
#8C3633 (or 0x8C3633) is known color: Tall Poppy. HEX triplet: 8C, 36 and 33. RGB value is (140,54,51). Sum of RGB (Red+Green+Blue) = 140+54+51=245 (32% of max value = 765). Red value is 140 (55.08% from 255 or 57.14% from 245); Green value is 54 (21.48% from 255 or 22.04% from 245); Blue value is 51 (20.31% from 255 or 20.82% from 245); Max value from RGB is 140 - color contains mainly: red. Hex color #8C3633 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C3633 is #73C9CC. Grayscale: #4F4F4F. Windows color (decimal): -7588301 or 3356300. OLE color: 3356300.
HSL color Cylindrical-coordinate representation of color #8C3633: hue angle of 2.02º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #8C3633 is Cyan = 0, Magento = 0.61, Yellow = 0.64 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 54 | 51 | - |
| CMYK | 0 | 0.61 | 0.64 | 0.45 |
| HSL | 2.02º | 0.47% | 0.37% | - |
| HSV(B) | 2.02º | 0.64% | 0.55% | - |
| XYZ | 12.73 | 8.45 | 4.09 | - |
| YUV | 79.37 | 111.99 | 171.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 54 | 51 | 0 | 0.61 | 0.64 | 0.45 | 2.02 | 0.47 | 0.37 |
| Hex | 8C | 36 | 33 | 0 | 3D | 40 | 2D | 2 | 2F | 25 |
| Octal | 214 | 66 | 63 | 0 | 75 | 100 | 55 | 2 | 57 | 45 |
| Binary | 10001100 | 110110 | 110011 | 0 | 111101 | 1000000 | 101101 | 10 | 101111 | 100101 |
Color Harmonies of #8C3633
Complementary color
Monochromatic Colors of #8C3633
Black with #8C3633
Text Example
Text Example
White with #8C3633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C3633; }
p { color: rgb(140,54,51); }
H1.HeaderClassName
{
color: #8C3633;
}
.AnyTagClassName
{
color: #8C3633;
}
</style>
background-color css
<style>
a { background-color: #8C3633; }
a { background-color: rgb(140,54,51); }
div.DivClassName
{
background-color: #8C3633;
}
.BgClassName
{
background-color: #8C3633;
}
</style>
border-color css
<style>
span { border-color: #8C3633; }
span { border-color: rgb(140,54,51); }
td.TdClassName
{
border-color: #8C3633;
}
.TagClassName
{
border-color: #8C3633;
}
</style>