Shades of Pharlap #80625E
Tints of Pharlap #80625E
RGB
CMYK
RGB Variations
Color information
#80625E (or 0x80625E) is known color: Pharlap. HEX triplet: 80, 62 and 5E. RGB value is (128,98,94). Sum of RGB (Red+Green+Blue) = 128+98+94=320 (42% of max value = 765). Red value is 128 (50.39% from 255 or 40% from 320); Green value is 98 (38.67% from 255 or 30.62% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 128 - color contains mainly: red. Hex color #80625E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80625E is #7F9DA1. Grayscale: #6A6A6A. Windows color (decimal): -8363426 or 6185600. OLE color: 6185600.
HSL color Cylindrical-coordinate representation of color #80625E: hue angle of 7.06º degrees, saturation: 0.15, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80625E is Cyan = 0, Magento = 0.23, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 98 | 94 | - |
| CMYK | 0 | 0.23 | 0.27 | 0.50 |
| HSL | 7.06º | 0.15% | 0.44% | - |
| HSV(B) | 7.06º | 0.27% | 0.5% | - |
| XYZ | 15.29 | 14.13 | 12.51 | - |
| YUV | 106.51 | 120.94 | 143.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 98 | 94 | 0 | 0.23 | 0.27 | 0.50 | 7.06 | 0.15 | 0.44 |
| Hex | 80 | 62 | 5E | 0 | 17 | 1B | 32 | 7 | F | 2C |
| Octal | 200 | 142 | 136 | 0 | 27 | 33 | 62 | 7 | 17 | 54 |
| Binary | 10000000 | 1100010 | 1011110 | 0 | 10111 | 11011 | 110010 | 111 | 1111 | 101100 |
Color Harmonies of #80625E
Complementary color
Monochromatic Colors of #80625E
Black with #80625E
Text Example
Text Example
White with #80625E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80625E; }
p { color: rgb(128,98,94); }
H1.HeaderClassName
{
color: #80625E;
}
.AnyTagClassName
{
color: #80625E;
}
</style>
background-color css
<style>
a { background-color: #80625E; }
a { background-color: rgb(128,98,94); }
div.DivClassName
{
background-color: #80625E;
}
.BgClassName
{
background-color: #80625E;
}
</style>
border-color css
<style>
span { border-color: #80625E; }
span { border-color: rgb(128,98,94); }
td.TdClassName
{
border-color: #80625E;
}
.TagClassName
{
border-color: #80625E;
}
</style>