Shades of Pharlap #815F5B
Tints of Pharlap #815F5B
RGB
CMYK
RGB Variations
Color information
#815F5B (or 0x815F5B) is known color: Pharlap. HEX triplet: 81, 5F and 5B. RGB value is (129,95,91). Sum of RGB (Red+Green+Blue) = 129+95+91=315 (41% of max value = 765). Red value is 129 (50.78% from 255 or 40.95% from 315); Green value is 95 (37.5% from 255 or 30.16% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 129 - color contains mainly: red. Hex color #815F5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #815F5B is #7EA0A4. Grayscale: #686868. Windows color (decimal): -8298661 or 5988225. OLE color: 5988225.
HSL color Cylindrical-coordinate representation of color #815F5B: hue angle of 6.32º 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 #815F5B is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 129 | 95 | 91 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.49 |
| HSL | 6.32º | 0.17% | 0.43% | - |
| HSV(B) | 6.32º | 0.29% | 0.51% | - |
| XYZ | 15.03 | 13.61 | 11.73 | - |
| YUV | 104.71 | 120.26 | 145.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 129 | 95 | 91 | 0 | 0.26 | 0.29 | 0.49 | 6.32 | 0.17 | 0.43 |
| Hex | 81 | 5F | 5B | 0 | 1A | 1D | 31 | 6 | 11 | 2B |
| Octal | 201 | 137 | 133 | 0 | 32 | 35 | 61 | 6 | 21 | 53 |
| Binary | 10000001 | 1011111 | 1011011 | 0 | 11010 | 11101 | 110001 | 110 | 10001 | 101011 |
Color Harmonies of #815F5B
Complementary color
Monochromatic Colors of #815F5B
Black with #815F5B
Text Example
Text Example
White with #815F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #815F5B; }
p { color: rgb(129,95,91); }
H1.HeaderClassName
{
color: #815F5B;
}
.AnyTagClassName
{
color: #815F5B;
}
</style>
background-color css
<style>
a { background-color: #815F5B; }
a { background-color: rgb(129,95,91); }
div.DivClassName
{
background-color: #815F5B;
}
.BgClassName
{
background-color: #815F5B;
}
</style>
border-color css
<style>
span { border-color: #815F5B; }
span { border-color: rgb(129,95,91); }
td.TdClassName
{
border-color: #815F5B;
}
.TagClassName
{
border-color: #815F5B;
}
</style>