Shades of Pharlap #82625E
Tints of Pharlap #82625E
RGB
CMYK
RGB Variations
Color information
#82625E (or 0x82625E) is known color: Pharlap. HEX triplet: 82, 62 and 5E. RGB value is (130,98,94). Sum of RGB (Red+Green+Blue) = 130+98+94=322 (42% of max value = 765). Red value is 130 (51.17% from 255 or 40.37% from 322); Green value is 98 (38.67% from 255 or 30.43% from 322); Blue value is 94 (37.11% from 255 or 29.19% from 322); Max value from RGB is 130 - color contains mainly: red. Hex color #82625E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #82625E is #7D9DA1. Grayscale: #6B6B6B. Windows color (decimal): -8232354 or 6185602. OLE color: 6185602.
HSL color Cylindrical-coordinate representation of color #82625E: hue angle of 6.67º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #82625E is Cyan = 0, Magento = 0.25, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 130 | 98 | 94 | - |
| CMYK | 0 | 0.25 | 0.28 | 0.49 |
| HSL | 6.67º | 0.16% | 0.44% | - |
| HSV(B) | 6.67º | 0.28% | 0.51% | - |
| XYZ | 15.59 | 14.29 | 12.53 | - |
| YUV | 107.11 | 120.6 | 144.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 130 | 98 | 94 | 0 | 0.25 | 0.28 | 0.49 | 6.67 | 0.16 | 0.44 |
| Hex | 82 | 62 | 5E | 0 | 19 | 1C | 31 | 7 | 10 | 2C |
| Octal | 202 | 142 | 136 | 0 | 31 | 34 | 61 | 7 | 20 | 54 |
| Binary | 10000010 | 1100010 | 1011110 | 0 | 11001 | 11100 | 110001 | 111 | 10000 | 101100 |
Color Harmonies of #82625E
Complementary color
Monochromatic Colors of #82625E
Black with #82625E
Text Example
Text Example
White with #82625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #82625E; }
p { color: rgb(130,98,94); }
H1.HeaderClassName
{
color: #82625E;
}
.AnyTagClassName
{
color: #82625E;
}
</style>
background-color css
<style>
a { background-color: #82625E; }
a { background-color: rgb(130,98,94); }
div.DivClassName
{
background-color: #82625E;
}
.BgClassName
{
background-color: #82625E;
}
</style>
border-color css
<style>
span { border-color: #82625E; }
span { border-color: rgb(130,98,94); }
td.TdClassName
{
border-color: #82625E;
}
.TagClassName
{
border-color: #82625E;
}
</style>