Shades of Tall Poppy #8C302D
Tints of Tall Poppy #8C302D
RGB
CMYK
RGB Variations
Color information
#8C302D (or 0x8C302D) is known color: Tall Poppy. HEX triplet: 8C, 30 and 2D. RGB value is (140,48,45). Sum of RGB (Red+Green+Blue) = 140+48+45=233 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.09% from 233); Green value is 48 (19.14% from 255 or 20.60% from 233); Blue value is 45 (17.97% from 255 or 19.31% from 233); Max value from RGB is 140 - color contains mainly: red. Hex color #8C302D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #8C302D is #73CFD2. Grayscale: #4B4B4B. Windows color (decimal): -7589843 or 2961548. OLE color: 2961548.
HSL color Cylindrical-coordinate representation of color #8C302D: hue angle of 1.89º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #8C302D is Cyan = 0, Magento = 0.66, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 48 | 45 | - |
| CMYK | 0 | 0.66 | 0.68 | 0.45 |
| HSL | 1.89º | 0.51% | 0.36% | - |
| HSV(B) | 1.89º | 0.68% | 0.55% | - |
| XYZ | 12.35 | 7.88 | 3.35 | - |
| YUV | 75.17 | 110.98 | 174.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 48 | 45 | 0 | 0.66 | 0.68 | 0.45 | 1.89 | 0.51 | 0.36 |
| Hex | 8C | 30 | 2D | 0 | 42 | 44 | 2D | 2 | 33 | 24 |
| Octal | 214 | 60 | 55 | 0 | 102 | 104 | 55 | 2 | 63 | 44 |
| Binary | 10001100 | 110000 | 101101 | 0 | 1000010 | 1000100 | 101101 | 10 | 110011 | 100100 |
Color Harmonies of #8C302D
Complementary color
Monochromatic Colors of #8C302D
Black with #8C302D
Text Example
Text Example
White with #8C302D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C302D; }
p { color: rgb(140,48,45); }
H1.HeaderClassName
{
color: #8C302D;
}
.AnyTagClassName
{
color: #8C302D;
}
</style>
background-color css
<style>
a { background-color: #8C302D; }
a { background-color: rgb(140,48,45); }
div.DivClassName
{
background-color: #8C302D;
}
.BgClassName
{
background-color: #8C302D;
}
</style>
border-color css
<style>
span { border-color: #8C302D; }
span { border-color: rgb(140,48,45); }
td.TdClassName
{
border-color: #8C302D;
}
.TagClassName
{
border-color: #8C302D;
}
</style>