Shades of Tall Poppy #88403F
Tints of Tall Poppy #88403F
RGB
CMYK
RGB Variations
Color information
#88403F (or 0x88403F) is known color: Tall Poppy. HEX triplet: 88, 40 and 3F. RGB value is (136,64,63). Sum of RGB (Red+Green+Blue) = 136+64+63=263 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.71% from 263); Green value is 64 (25.39% from 255 or 24.33% from 263); Blue value is 63 (25% from 255 or 23.95% from 263); Max value from RGB is 136 - color contains mainly: red. Hex color #88403F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #88403F is #77BFC0. Grayscale: #555555. Windows color (decimal): -7847873 or 4145288. OLE color: 4145288.
HSL color Cylindrical-coordinate representation of color #88403F: hue angle of 0.82º degrees, saturation: 0.37, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #88403F is Cyan = 0, Magento = 0.53, Yellow = 0.54 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 64 | 63 | - |
| CMYK | 0 | 0.53 | 0.54 | 0.47 |
| HSL | 0.82º | 0.37% | 0.39% | - |
| HSV(B) | 0.82º | 0.54% | 0.53% | - |
| XYZ | 12.88 | 9.26 | 5.81 | - |
| YUV | 85.41 | 115.35 | 164.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 64 | 63 | 0 | 0.53 | 0.54 | 0.47 | 0.82 | 0.37 | 0.39 |
| Hex | 88 | 40 | 3F | 0 | 35 | 36 | 2F | 1 | 25 | 27 |
| Octal | 210 | 100 | 77 | 0 | 65 | 66 | 57 | 1 | 45 | 47 |
| Binary | 10001000 | 1000000 | 111111 | 0 | 110101 | 110110 | 101111 | 1 | 100101 | 100111 |
Color Harmonies of #88403F
Complementary color
Monochromatic Colors of #88403F
Black with #88403F
Text Example
Text Example
White with #88403F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88403F; }
p { color: rgb(136,64,63); }
H1.HeaderClassName
{
color: #88403F;
}
.AnyTagClassName
{
color: #88403F;
}
</style>
background-color css
<style>
a { background-color: #88403F; }
a { background-color: rgb(136,64,63); }
div.DivClassName
{
background-color: #88403F;
}
.BgClassName
{
background-color: #88403F;
}
</style>
border-color css
<style>
span { border-color: #88403F; }
span { border-color: rgb(136,64,63); }
td.TdClassName
{
border-color: #88403F;
}
.TagClassName
{
border-color: #88403F;
}
</style>