Shades of Pharlap #81625D
Tints of Pharlap #81625D
RGB
CMYK
RGB Variations
Color information
#81625D (or 0x81625D) is known color: Pharlap. HEX triplet: 81, 62 and 5D. RGB value is (129,98,93). Sum of RGB (Red+Green+Blue) = 129+98+93=320 (42% of max value = 765). Red value is 129 (50.78% from 255 or 40.31% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 93 (36.72% from 255 or 29.06% from 320); Max value from RGB is 129 - color contains mainly: red. Hex color #81625D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81625D is #7E9DA2. Grayscale: #6A6A6A. Windows color (decimal): -8297891 or 6120065. OLE color: 6120065.
HSL color Cylindrical-coordinate representation of color #81625D: hue angle of 8.33º 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 #81625D is Cyan = 0, Magento = 0.24, Yellow = 0.28 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 98 | 93 | - |
| CMYK | 0 | 0.24 | 0.28 | 0.49 |
| HSL | 8.33º | 0.16% | 0.44% | - |
| HSV(B) | 8.33º | 0.28% | 0.51% | - |
| XYZ | 15.4 | 14.19 | 12.28 | - |
| YUV | 106.7 | 120.27 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 98 | 93 | 0 | 0.24 | 0.28 | 0.49 | 8.33 | 0.16 | 0.44 |
| Hex | 81 | 62 | 5D | 0 | 18 | 1C | 31 | 8 | 10 | 2C |
| Octal | 201 | 142 | 135 | 0 | 30 | 34 | 61 | 10 | 20 | 54 |
| Binary | 10000001 | 1100010 | 1011101 | 0 | 11000 | 11100 | 110001 | 1000 | 10000 | 101100 |
Color Harmonies of #81625D
Complementary color
Monochromatic Colors of #81625D
Black with #81625D
Text Example
Text Example
White with #81625D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81625D; }
p { color: rgb(129,98,93); }
H1.HeaderClassName
{
color: #81625D;
}
.AnyTagClassName
{
color: #81625D;
}
</style>
background-color css
<style>
a { background-color: #81625D; }
a { background-color: rgb(129,98,93); }
div.DivClassName
{
background-color: #81625D;
}
.BgClassName
{
background-color: #81625D;
}
</style>
border-color css
<style>
span { border-color: #81625D; }
span { border-color: rgb(129,98,93); }
td.TdClassName
{
border-color: #81625D;
}
.TagClassName
{
border-color: #81625D;
}
</style>