Shades of Pharlap #83615C
Tints of Pharlap #83615C
RGB
CMYK
RGB Variations
Color information
#83615C (or 0x83615C) is known color: Pharlap. HEX triplet: 83, 61 and 5C. RGB value is (131,97,92). Sum of RGB (Red+Green+Blue) = 131+97+92=320 (42% of max value = 765). Red value is 131 (51.56% from 255 or 40.94% from 320); Green value is 97 (38.28% from 255 or 30.31% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 131 - color contains mainly: red. Hex color #83615C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83615C is #7C9EA3. Grayscale: #6A6A6A. Windows color (decimal): -8167076 or 6054275. OLE color: 6054275.
HSL color Cylindrical-coordinate representation of color #83615C: hue angle of 7.69º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #83615C is Cyan = 0, Magento = 0.26, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 97 | 92 | - |
| CMYK | 0 | 0.26 | 0.30 | 0.49 |
| HSL | 7.69º | 0.17% | 0.44% | - |
| HSV(B) | 7.69º | 0.3% | 0.51% | - |
| XYZ | 15.57 | 14.15 | 12.04 | - |
| YUV | 106.6 | 119.76 | 145.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 97 | 92 | 0 | 0.26 | 0.30 | 0.49 | 7.69 | 0.17 | 0.44 |
| Hex | 83 | 61 | 5C | 0 | 1A | 1E | 31 | 8 | 11 | 2C |
| Octal | 203 | 141 | 134 | 0 | 32 | 36 | 61 | 10 | 21 | 54 |
| Binary | 10000011 | 1100001 | 1011100 | 0 | 11010 | 11110 | 110001 | 1000 | 10001 | 101100 |
Color Harmonies of #83615C
Complementary color
Monochromatic Colors of #83615C
Black with #83615C
Text Example
Text Example
White with #83615C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83615C; }
p { color: rgb(131,97,92); }
H1.HeaderClassName
{
color: #83615C;
}
.AnyTagClassName
{
color: #83615C;
}
</style>
background-color css
<style>
a { background-color: #83615C; }
a { background-color: rgb(131,97,92); }
div.DivClassName
{
background-color: #83615C;
}
.BgClassName
{
background-color: #83615C;
}
</style>
border-color css
<style>
span { border-color: #83615C; }
span { border-color: rgb(131,97,92); }
td.TdClassName
{
border-color: #83615C;
}
.TagClassName
{
border-color: #83615C;
}
</style>