Shades of Pharlap #81615B
Tints of Pharlap #81615B
RGB
CMYK
RGB Variations
Color information
#81615B (or 0x81615B) is known color: Pharlap. HEX triplet: 81, 61 and 5B. RGB value is (129,97,91). Sum of RGB (Red+Green+Blue) = 129+97+91=317 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.69% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 91 (35.94% from 255 or 28.71% from 317); Max value from RGB is 129 - color contains mainly: red. Hex color #81615B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #81615B is #7E9EA4. Grayscale: #696969. Windows color (decimal): -8298149 or 5988737. OLE color: 5988737.
HSL color Cylindrical-coordinate representation of color #81615B: hue angle of 9.47º degrees, saturation: 0.17, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #81615B is Cyan = 0, Magento = 0.25, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 97 | 91 | - |
| CMYK | 0 | 0.25 | 0.29 | 0.49 |
| HSL | 9.47º | 0.17% | 0.43% | - |
| HSV(B) | 9.47º | 0.29% | 0.51% | - |
| XYZ | 15.22 | 13.97 | 11.79 | - |
| YUV | 105.88 | 119.6 | 144.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 97 | 91 | 0 | 0.25 | 0.29 | 0.49 | 9.47 | 0.17 | 0.43 |
| Hex | 81 | 61 | 5B | 0 | 19 | 1D | 31 | 9 | 11 | 2B |
| Octal | 201 | 141 | 133 | 0 | 31 | 35 | 61 | 11 | 21 | 53 |
| Binary | 10000001 | 1100001 | 1011011 | 0 | 11001 | 11101 | 110001 | 1001 | 10001 | 101011 |
Color Harmonies of #81615B
Complementary color
Monochromatic Colors of #81615B
Black with #81615B
Text Example
Text Example
White with #81615B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #81615B; }
p { color: rgb(129,97,91); }
H1.HeaderClassName
{
color: #81615B;
}
.AnyTagClassName
{
color: #81615B;
}
</style>
background-color css
<style>
a { background-color: #81615B; }
a { background-color: rgb(129,97,91); }
div.DivClassName
{
background-color: #81615B;
}
.BgClassName
{
background-color: #81615B;
}
</style>
border-color css
<style>
span { border-color: #81615B; }
span { border-color: rgb(129,97,91); }
td.TdClassName
{
border-color: #81615B;
}
.TagClassName
{
border-color: #81615B;
}
</style>