Shades of Pharlap #826361
Tints of Pharlap #826361
RGB
CMYK
RGB Variations
Color information
#826361 (or 0x826361) is known color: Pharlap. HEX triplet: 82, 63 and 61. RGB value is (130,99,97). Sum of RGB (Red+Green+Blue) = 130+99+97=326 (43% of max value = 765). Red value is 130 (51.17% from 255 or 39.88% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 97 (38.28% from 255 or 29.75% from 326); Max value from RGB is 130 - color contains mainly: red. Hex color #826361 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #826361 is #7D9C9E. Grayscale: #6C6C6C. Windows color (decimal): -8232095 or 6382466. OLE color: 6382466.
HSL color Cylindrical-coordinate representation of color #826361: hue angle of 3.64º degrees, saturation: 0.15, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #826361 is Cyan = 0, Magento = 0.24, Yellow = 0.25 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 99 | 97 | - |
| CMYK | 0 | 0.24 | 0.25 | 0.49 |
| HSL | 3.64º | 0.15% | 0.45% | - |
| HSV(B) | 3.64º | 0.25% | 0.51% | - |
| XYZ | 15.83 | 14.53 | 13.28 | - |
| YUV | 108.04 | 121.77 | 143.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 99 | 97 | 0 | 0.24 | 0.25 | 0.49 | 3.64 | 0.15 | 0.45 |
| Hex | 82 | 63 | 61 | 0 | 18 | 19 | 31 | 4 | F | 2D |
| Octal | 202 | 143 | 141 | 0 | 30 | 31 | 61 | 4 | 17 | 55 |
| Binary | 10000010 | 1100011 | 1100001 | 0 | 11000 | 11001 | 110001 | 100 | 1111 | 101101 |
Color Harmonies of #826361
Complementary color
Monochromatic Colors of #826361
Black with #826361
Text Example
Text Example
White with #826361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #826361; }
p { color: rgb(130,99,97); }
H1.HeaderClassName
{
color: #826361;
}
.AnyTagClassName
{
color: #826361;
}
</style>
background-color css
<style>
a { background-color: #826361; }
a { background-color: rgb(130,99,97); }
div.DivClassName
{
background-color: #826361;
}
.BgClassName
{
background-color: #826361;
}
</style>
border-color css
<style>
span { border-color: #826361; }
span { border-color: rgb(130,99,97); }
td.TdClassName
{
border-color: #826361;
}
.TagClassName
{
border-color: #826361;
}
</style>