Shades of Pharlap #88615B
Tints of Pharlap #88615B
RGB
CMYK
RGB Variations
Color information
#88615B (or 0x88615B) is known color: Pharlap. HEX triplet: 88, 61 and 5B. RGB value is (136,97,91). Sum of RGB (Red+Green+Blue) = 136+97+91=324 (42% of max value = 765). Red value is 136 (53.52% from 255 or 41.98% from 324); Green value is 97 (38.28% from 255 or 29.94% from 324); Blue value is 91 (35.94% from 255 or 28.09% from 324); Max value from RGB is 136 - color contains mainly: red. Hex color #88615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #88615B is #779EA4. Grayscale: #6C6C6C. Windows color (decimal): -7839397 or 5988744. OLE color: 5988744.
HSL color Cylindrical-coordinate representation of color #88615B: hue angle of 8º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88615B is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 97 | 91 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.47 |
| HSL | 8º | 0.2% | 0.45% | - |
| HSV(B) | 8º | 0.33% | 0.53% | - |
| XYZ | 16.32 | 14.54 | 11.84 | - |
| YUV | 107.98 | 118.42 | 147.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 97 | 91 | 0 | 0.29 | 0.33 | 0.47 | 8 | 0.2 | 0.45 |
| Hex | 88 | 61 | 5B | 0 | 1D | 21 | 2F | 8 | 14 | 2D |
| Octal | 210 | 141 | 133 | 0 | 35 | 41 | 57 | 10 | 24 | 55 |
| Binary | 10001000 | 1100001 | 1011011 | 0 | 11101 | 100001 | 101111 | 1000 | 10100 | 101101 |
Color Harmonies of #88615B
Complementary color
Monochromatic Colors of #88615B
Black with #88615B
Text Example
Text Example
White with #88615B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88615B; }
p { color: rgb(136,97,91); }
H1.HeaderClassName
{
color: #88615B;
}
.AnyTagClassName
{
color: #88615B;
}
</style>
background-color css
<style>
a { background-color: #88615B; }
a { background-color: rgb(136,97,91); }
div.DivClassName
{
background-color: #88615B;
}
.BgClassName
{
background-color: #88615B;
}
</style>
border-color css
<style>
span { border-color: #88615B; }
span { border-color: rgb(136,97,91); }
td.TdClassName
{
border-color: #88615B;
}
.TagClassName
{
border-color: #88615B;
}
</style>