Shades of Pharlap #80605D
Tints of Pharlap #80605D
RGB
CMYK
RGB Variations
Color information
#80605D (or 0x80605D) is known color: Pharlap. HEX triplet: 80, 60 and 5D. RGB value is (128,96,93). Sum of RGB (Red+Green+Blue) = 128+96+93=317 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.38% from 317); Green value is 96 (37.89% from 255 or 30.28% from 317); Blue value is 93 (36.72% from 255 or 29.34% from 317); Max value from RGB is 128 - color contains mainly: red. Hex color #80605D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #80605D is #7F9FA2. Grayscale: #696969. Windows color (decimal): -8363939 or 6119552. OLE color: 6119552.
HSL color Cylindrical-coordinate representation of color #80605D: hue angle of 5.14º degrees, saturation: 0.16, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #80605D is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 96 | 93 | - |
| CMYK | 0 | 0.25 | 0.27 | 0.50 |
| HSL | 5.14º | 0.16% | 0.43% | - |
| HSV(B) | 5.14º | 0.27% | 0.5% | - |
| XYZ | 15.06 | 13.75 | 12.22 | - |
| YUV | 105.23 | 121.1 | 144.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 96 | 93 | 0 | 0.25 | 0.27 | 0.50 | 5.14 | 0.16 | 0.43 |
| Hex | 80 | 60 | 5D | 0 | 19 | 1B | 32 | 5 | 10 | 2B |
| Octal | 200 | 140 | 135 | 0 | 31 | 33 | 62 | 5 | 20 | 53 |
| Binary | 10000000 | 1100000 | 1011101 | 0 | 11001 | 11011 | 110010 | 101 | 10000 | 101011 |
Color Harmonies of #80605D
Complementary color
Monochromatic Colors of #80605D
Black with #80605D
Text Example
Text Example
White with #80605D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80605D; }
p { color: rgb(128,96,93); }
H1.HeaderClassName
{
color: #80605D;
}
.AnyTagClassName
{
color: #80605D;
}
</style>
background-color css
<style>
a { background-color: #80605D; }
a { background-color: rgb(128,96,93); }
div.DivClassName
{
background-color: #80605D;
}
.BgClassName
{
background-color: #80605D;
}
</style>
border-color css
<style>
span { border-color: #80605D; }
span { border-color: rgb(128,96,93); }
td.TdClassName
{
border-color: #80605D;
}
.TagClassName
{
border-color: #80605D;
}
</style>