Shades of Pharlap #81625E
Tints of Pharlap #81625E
RGB
CMYK
RGB Variations
Color information
#81625E (or 0x81625E) is known color: Pharlap. HEX triplet: 81, 62 and 5E. RGB value is (129,98,94). Sum of RGB (Red+Green+Blue) = 129+98+94=321 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.19% from 321); Green value is 98 (38.67% from 255 or 30.53% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 129 - color contains mainly: red. Hex color #81625E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81625E is #7E9DA1. Grayscale: #6A6A6A. Windows color (decimal): -8297890 or 6185601. OLE color: 6185601.
HSL color Cylindrical-coordinate representation of color #81625E: hue angle of 6.86º degrees, saturation: 0.16, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #81625E is Cyan = 0, Magento = 0.24, Yellow = 0.27 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 98 | 94 | - |
| CMYK | 0 | 0.24 | 0.27 | 0.49 |
| HSL | 6.86º | 0.16% | 0.44% | - |
| HSV(B) | 6.86º | 0.27% | 0.51% | - |
| XYZ | 15.44 | 14.21 | 12.52 | - |
| YUV | 106.81 | 120.77 | 143.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 98 | 94 | 0 | 0.24 | 0.27 | 0.49 | 6.86 | 0.16 | 0.44 |
| Hex | 81 | 62 | 5E | 0 | 18 | 1B | 31 | 7 | 10 | 2C |
| Octal | 201 | 142 | 136 | 0 | 30 | 33 | 61 | 7 | 20 | 54 |
| Binary | 10000001 | 1100010 | 1011110 | 0 | 11000 | 11011 | 110001 | 111 | 10000 | 101100 |
Color Harmonies of #81625E
Complementary color
Monochromatic Colors of #81625E
Black with #81625E
Text Example
Text Example
White with #81625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81625E; }
p { color: rgb(129,98,94); }
H1.HeaderClassName
{
color: #81625E;
}
.AnyTagClassName
{
color: #81625E;
}
</style>
background-color css
<style>
a { background-color: #81625E; }
a { background-color: rgb(129,98,94); }
div.DivClassName
{
background-color: #81625E;
}
.BgClassName
{
background-color: #81625E;
}
</style>
border-color css
<style>
span { border-color: #81625E; }
span { border-color: rgb(129,98,94); }
td.TdClassName
{
border-color: #81625E;
}
.TagClassName
{
border-color: #81625E;
}
</style>