Shades of Tall Poppy #883C3C
Tints of Tall Poppy #883C3C
RGB
CMYK
RGB Variations
Color information
#883C3C (or 0x883C3C) is known color: Tall Poppy. HEX triplet: 88, 3C and 3C. RGB value is (136,60,60). Sum of RGB (Red+Green+Blue) = 136+60+60=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 60 (23.83% from 255 or 23.44% from 256); Blue value is 60 (23.83% from 255 or 23.44% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #883C3C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883C3C is #77C3C3. Grayscale: #525252. Windows color (decimal): -7848900 or 3947656. OLE color: 3947656.
HSL color Cylindrical-coordinate representation of color #883C3C: hue angle of 0º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #883C3C is Cyan = 0, Magento = 0.56, Yellow = 0.56 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 60 | 60 | - |
| CMYK | 0 | 0.56 | 0.56 | 0.47 |
| HSL | 0º | 0.39% | 0.38% | - |
| HSV(B) | 0º | 0.56% | 0.53% | - |
| XYZ | 12.58 | 8.79 | 5.31 | - |
| YUV | 82.72 | 115.18 | 166 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 60 | 60 | 0 | 0.56 | 0.56 | 0.47 | 0 | 0.39 | 0.38 |
| Hex | 88 | 3C | 3C | 0 | 38 | 38 | 2F | 0 | 27 | 26 |
| Octal | 210 | 74 | 74 | 0 | 70 | 70 | 57 | 0 | 47 | 46 |
| Binary | 10001000 | 111100 | 111100 | 0 | 111000 | 111000 | 101111 | 0 | 100111 | 100110 |
Color Harmonies of #883C3C
Complementary color
Monochromatic Colors of #883C3C
Black with #883C3C
Text Example
Text Example
White with #883C3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883C3C; }
p { color: rgb(136,60,60); }
H1.HeaderClassName
{
color: #883C3C;
}
.AnyTagClassName
{
color: #883C3C;
}
</style>
background-color css
<style>
a { background-color: #883C3C; }
a { background-color: rgb(136,60,60); }
div.DivClassName
{
background-color: #883C3C;
}
.BgClassName
{
background-color: #883C3C;
}
</style>
border-color css
<style>
span { border-color: #883C3C; }
span { border-color: rgb(136,60,60); }
td.TdClassName
{
border-color: #883C3C;
}
.TagClassName
{
border-color: #883C3C;
}
</style>