Shades of Tall Poppy #883330
Tints of Tall Poppy #883330
RGB
CMYK
RGB Variations
Color information
#883330 (or 0x883330) is known color: Tall Poppy. HEX triplet: 88, 33 and 30. RGB value is (136,51,48). Sum of RGB (Red+Green+Blue) = 136+51+48=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 48 (19.14% from 255 or 20.43% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #883330 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #883330 is #77CCCF. Grayscale: #4C4C4C. Windows color (decimal): -7851216 or 3158920. OLE color: 3158920.
HSL color Cylindrical-coordinate representation of color #883330: hue angle of 2.05º degrees, saturation: 0.48, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #883330 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 51 | 48 | - |
| CMYK | 0 | 0.62 | 0.65 | 0.47 |
| HSL | 2.05º | 0.48% | 0.36% | - |
| HSV(B) | 2.05º | 0.65% | 0.53% | - |
| XYZ | 11.87 | 7.82 | 3.68 | - |
| YUV | 76.07 | 112.16 | 170.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 51 | 48 | 0 | 0.62 | 0.65 | 0.47 | 2.05 | 0.48 | 0.36 |
| Hex | 88 | 33 | 30 | 0 | 3E | 41 | 2F | 2 | 30 | 24 |
| Octal | 210 | 63 | 60 | 0 | 76 | 101 | 57 | 2 | 60 | 44 |
| Binary | 10001000 | 110011 | 110000 | 0 | 111110 | 1000001 | 101111 | 10 | 110000 | 100100 |
Color Harmonies of #883330
Complementary color
Monochromatic Colors of #883330
Black with #883330
Text Example
Text Example
White with #883330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883330; }
p { color: rgb(136,51,48); }
H1.HeaderClassName
{
color: #883330;
}
.AnyTagClassName
{
color: #883330;
}
</style>
background-color css
<style>
a { background-color: #883330; }
a { background-color: rgb(136,51,48); }
div.DivClassName
{
background-color: #883330;
}
.BgClassName
{
background-color: #883330;
}
</style>
border-color css
<style>
span { border-color: #883330; }
span { border-color: rgb(136,51,48); }
td.TdClassName
{
border-color: #883330;
}
.TagClassName
{
border-color: #883330;
}
</style>